asp.net app slow and not rendering but .txt file works fine?

Posted by mike on Stack Overflow See other posts from Stack Overflow or by mike
Published on 2010-03-08T15:41:56Z Indexed on 2010/03/08 16:06 UTC
Read the original article Hit count: 214

Filed under:

i have a load balanced set of 2 servers running a .net application that is loading slow and not at all to the point the load balancer is redirecting me and my users to our dr server.

i added a hard coded file to both servers to tell what server is working and not. both pull the txt file and display its contents in no time. however the asp.net pages dont render.

the DB is not sweating and even a plain .aspx page doesnt come up.

any thoughts on trouble shooting this?

© Stack Overflow or respective owner

Related posts about ASP.NET