Change ASP.NET debug Setting (VS 2005)

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

I want the VS.NET 2005 to use 127.0.0.1 (the asp.net development server
that attempts to debug the page) instead of localhost when debugging
web pages. Localhost is a real problem for me as it is very slow. I
have been over and over that again and never did find a solution.
127.0.0.1 works perfectly with IIS even though localhost does not. If
anyone knows how to make that happen I would be greatful.

As a side note if anyone knows where one can look for default security
settings for users and groups I would appreciate it. I have opened a
lot of stuff trying to get localhost to work and I know that is not
good.
 
I am not sure you can use loopback IP versus localhost as a setting, but
there is a way around this. Start up a browser to hit the loopback and then
attach the debugger to the aspnet_wp.exe (worker process) in the IDE. A bit
of a pain, but it can get you around some issues.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
 
Back
Top