Question:
Help with ASP.NET web application?
AngeL
2007-05-28 20:33:25 UTC
After clicking F5 to view my project in web browser in asp.net web application (VB .NET), this error message is shown:

"Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the INternet zone."
Four answers:
?
2007-05-28 21:25:54 UTC
Try setting IE security settings as follows:



1. In the Internet Explorer, "Tools" Menu, select "Internet Options".



2. Switch to "Security" Tab.



3. Click on "Internet" (The Globe Icon. Its actually the default selected).



4. Click on "Custom Level" in the bottom.



5. Scroll down to find the "User Authentication" section.



6. Select "Automatic logon with current username and password".



7. Click "Ok" twice to exit.
nuwa
2007-05-29 03:38:28 UTC
You donot have the permission to debug ur app.In order to get the permission ask ur adminstrater to insert u into the debugging group and other nessasary permissions
Smutty
2007-05-30 07:40:01 UTC
Just like the post above me states. For a list of debugging problems you might face with ASP.NET plz refer to:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp



Hope this helps.
mercury of love
2007-05-30 12:00:32 UTC
enable frontpage extensions.



you may need to re-install frontpage and tick the box for enable frontpage extension.



mercury of love


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...