|
-
Nov 19th, 2004, 03:05 AM
#1
Thread Starter
Fanatic Member
debug
When trying to debug my asp.net application the following error appears:
Error while trying to run project. unable to start debugging on the web server.
This is on my home machine which is xp pro running IIS 5.1
This is in the web config already:
<compilation defaultLanguage="c#" debug="true"/>
Enable ASP.NET debugging is set to tru in the properties
Thanks
-
Nov 19th, 2004, 08:42 AM
#2
I wonder how many charact
While that may be one reason you cannot start debugging on a server, there are many others as well.
For instance, on an xp box, I have an administrator user account and a regular limited account. Guess which one can't start debugging on the server?
There are permissions issues with debugging - make sure you are part of the Debugger users and VS Developers groups.
There are also other things that can make it go awry.. Check the Microsoft documentation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|