Hello there,

I am receiving following error in Visual Studio .Net while compiling page with F5.

"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. Click Help for more information."
However page with execute properly with debugging by pressing Ctrl + F5 keys in Visual Studio .Net
I am using Win XP in local net.

I need solution of the above problem... waiting for your reply.....

For get actual idea, check image in attachment.

Thanking You,
Paresh

Recommended Answers

All 2 Replies

Check your internet zone security settings as well as the security tab under the IIS section in Administrative tools for that web folder as to your rights to it. Make sure ASP_NET is one of the those with rights too it.

Hi,

We need to change the IIS Authentication mode in order to Debug the application.

1. Go to Administative Tools, Open IIS.
2. Go to properties of the virtual directory of your application.
3. Choose the Directory Security Tab under properties, Click on the edit button.
4. Check the "Integrated Windows Authentication Mode".

Hope this will help you.

thanks,
Kedar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.