Click to See Complete Forum and Search --> : debugging breaks


jm1234
May 25th, 2006, 04:05 PM
Hi,
I have a Visual Studio 2005 Pro (asp.net) website, in which in the web.config, I have the following:

<compilation debug="true" strict="false" explicit="true" />

But when I go on the web server (where the project lives in IIS) and start the remote debugging tool, and then in my project I attach to that server and it's wpw3 process (IIS worker process), it works and is connected, but in my browser when I go to the different breakpoints, none are hit, even though they should be and I have debugging turned on. Also, each of these breakpoints has a little question mark on them and says that the break point won't be hit because there are no symbols loaded. But shouldn't the debug="true" take care of this? What do I need to do to get my break points to be hit?

I have been looking around and searching for an answer literally all day (several several hours), and I cannot find an answer for this.

Thanks!!!