When I run a Web Form project from inside VS.NET's IDE I get the following
message:
Unable to automatically attach to http://ServerName/WebApplication1.aspx.
For ASP.NET projects verify that 'debugmode' is set to 'true' in the project
file 'config.web' For ALT Server projects verify that the 'DEBUG' verb is
associated with your ISAPI extension.
I have the debugmode = 'true' in the config.web and I don't understand the
second part of the error message. No matter what I do I can't run Web
Forms.
I looked and looked for help on the web but can't find an answer.
Thanks