Now You See It Now You Don't

  • Thread starter OldButStillLearning
  • Start date
O

OldButStillLearning

I build a new web site and I am able to debug just fine. Shut down my
machine and bring up the same web site, does not go into debug mode. I have
look at my web.config file and it has "<compilation debug="true">".

Why won't it debug?
 
C

Cowboy \(Gregory A. Beamer\)

Local web (meaning file based) or in IIS? If local, and you are trying to
hit a "remembered" URL, it will change ports every time you restart Visual
Studio. This is the nature of the built in web server. Of course, this
depends on how you are connecting to the debugger.
 
O

OldButStillLearning

Yes, it is File Based....How I connected to the debugger? It is on my
workstation, so it is not remote or anything like that. If I shut down my
machine, how would my URL be remembered? And why would that be a problem?

Not having this issue on other sites I have built, but this one is very
large...

Thanks for taking the time to respond!!!
 
M

Michael Nemtsev

when it's file based your app is hosted not in IIS, but in ASP.net
developement service, which provide u new port when app starts.

so, you need to start your site first, get the url with port relating to
your app instance and start debuging
 
O

OldButStillLearning

I am using VS 2005, I should be able to place my stops, start the application
and have the application stop where a stop is placed.....and it is not doing
this....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top