Unable to start debugging on web server.Please help
-
Hi everyone, When i start debug a very simple web form i received the error message "Error while trying to run project: Unable to start debugging on the web server". I'm using Windows XP SP2 .NET Framework v1.1 .I also set the debug mode in Web.config to true but i still get error?Please tell me how to resolve or some articles about this.Thanks very much
-
Hi everyone, When i start debug a very simple web form i received the error message "Error while trying to run project: Unable to start debugging on the web server". I'm using Windows XP SP2 .NET Framework v1.1 .I also set the debug mode in Web.config to true but i still get error?Please tell me how to resolve or some articles about this.Thanks very much
-
Hi everyone, When i start debug a very simple web form i received the error message "Error while trying to run project: Unable to start debugging on the web server". I'm using Windows XP SP2 .NET Framework v1.1 .I also set the debug mode in Web.config to true but i still get error?Please tell me how to resolve or some articles about this.Thanks very much
i've read that article.I found a error message like i got "Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request." As mentioned in that article,there are two reasons for that error: 1.The web application does not have an application name.(My app has one.I've checked it) 2."If you are using the NTFS file format, make sure that "aspnet" has proper privilege on "wwwroot" or your folder for virtual directory to access and write on the folders." But i dont know how to give aspnet privilege on wwwroot.I use NTFS. Last time i used FAT32 and i found an ASPNET account in User Accounts of Windows (i did not do anything just see that).So how to add ASPNET account to User Accounts? Thanks for reading
-
i've read that article.I found a error message like i got "Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request." As mentioned in that article,there are two reasons for that error: 1.The web application does not have an application name.(My app has one.I've checked it) 2."If you are using the NTFS file format, make sure that "aspnet" has proper privilege on "wwwroot" or your folder for virtual directory to access and write on the folders." But i dont know how to give aspnet privilege on wwwroot.I use NTFS. Last time i used FAT32 and i found an ASPNET account in User Accounts of Windows (i did not do anything just see that).So how to add ASPNET account to User Accounts? Thanks for reading
-
Hi everyone, When i start debug a very simple web form i received the error message "Error while trying to run project: Unable to start debugging on the web server". I'm using Windows XP SP2 .NET Framework v1.1 .I also set the debug mode in Web.config to true but i still get error?Please tell me how to resolve or some articles about this.Thanks very much
Most likely that you haven't told the site to permit debugging I'd guess... IIS Admin -> Site Props -> Configuration button -> Debugging Tab Have a mooch there and make sure that "alles ist gut" "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
-
i've read that article.I found a error message like i got "Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request." As mentioned in that article,there are two reasons for that error: 1.The web application does not have an application name.(My app has one.I've checked it) 2."If you are using the NTFS file format, make sure that "aspnet" has proper privilege on "wwwroot" or your folder for virtual directory to access and write on the folders." But i dont know how to give aspnet privilege on wwwroot.I use NTFS. Last time i used FAT32 and i found an ASPNET account in User Accounts of Windows (i did not do anything just see that).So how to add ASPNET account to User Accounts? Thanks for reading
largs wrote:
how to add ASPNET account to User Accounts?
Might have to reregister it with by running: System32\Microsoft.NET\Framework\vxxx\aspnet_regiis.exe -i