We have an ASP.Net 3.5 Application on IIS7.
On our preview server, it runs with almost instant
GETs
and responses (~1 second from get to the page displaying).We have a production environment with 5 web front ends and a cluster of 3 SQL databases.
The font ends are Load Balanced with BigIP from F5 on round robin.
There is a firewall between the front ends and the SQL servers.
In production, we are experiencing a 45 second Get
before the server starts its response. Based on the information above, what could the culprit be?