Also make sure that web.config has debugging enabled. <configuration> <system.web> <compilation defaultLanguage="c#" debug="true" /> </system.web> </configuration>
And VS.NET is configured to debug ASP.NET applications. Project > Properties > Configuration Properties > Debugging HTH -----Original Message----- From: joe hummel [mailto:[EMAIL PROTECTED]] Sent: 24 April 2002 05:03 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Unable to debug ASP.NET I had this problem... Did you run IISLockdown by chance? In particular, have you installed URLScan to make IIS more secure? That was my problem, which I fixed by uninstalling URLScan via the control panel >> add/remove. Then I could debug ASP.NET once again. Cheers, - joe =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Joe Hummel, PhD DevelopMentor > > I have just recently become unable to debug ASP.NET > application (just noticed it today). I get the: > > --------------------------- > Microsoft Development Environment > --------------------------- > Error while trying to run project: Unable to start debugging > on the web server. The project is not configured to be debugged. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.