Configuration Error
-
When I want to debug my project a configuration error appears like this Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged. For ASP.NET projects,verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to true in that file. I set debug to true in web.config but error still appears Plz any body has any idea about this
-
When I want to debug my project a configuration error appears like this Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged. For ASP.NET projects,verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to true in that file. I set debug to true in web.config but error still appears Plz any body has any idea about this
Here is the MSDN documentation on this error. You might want to read this, it gives multiple things you can check to solve the problem. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbshttpservererrors.asp[^] Hope it helps. Jon G www.Gizmocoder.com