asp.net app hangs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an asp.net app that hangs when I try to view the site on my local
machine. The app works fine on a test and prod server.

Are there any logging or trace options I can enable to follow along to see
where things are getting stopped?

Thanks!

-chris
 
Try single-stepping thru your local code might help to see where exactly the
application is halting.
 
It is not really a particular page or routine, the app hangs on load. Meaning
when I go to http://localhost/appname it hangs even though default.aspx does
nothing but return text. So I don't think I can step through the code at
that point, or if it is possible please instruct how to do so?
 
Back
Top