Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi all!!

I installed Visual Studios on my computer today. Then i created an web application. But is not debugging when ever i am trying to run the following error pops up

Unable to start debugging on webserver. The server does not support debugging of ASP.NET or ATL server applications.


I am trying to run it using IIS.

I found this solution

XML
To resolve this problem, use one of the following methods, depending on your circumstances:

    If your project does not have a Web.config file, add a Web.config file to the directory that contains the ASP.NET application. If you are working in Visual Studio .NET, right-click the project in Project Explorer, click Add New Item, and then click Web Configuration File.
    If your project already has a Web.config file, and if the debug attribute is set to true in the <compilation> section of the Web.config file, follow these steps to set the Execute Permissions property for the project folder:
        Start Internet Services Manager, and then click the project that you are trying to debug.
        Right-click the project, and then click Properties.
        Click the Directory tab.
        If None is selected in the Execute Permissions list, click Scripts only, and then click Apply.


but when i am right-clicking my application there is no such thing as properties.


any help will be much appretiated..!!!
Posted
Updated 24-Mar-12 1:22am
v3

1 solution

Start here[^].

There is definitely a Properties option for your project.
 
Share this answer
 
Comments
ujjwal uniyal 27-Mar-12 2:18am    
The properties option that i am talking about is the one they are asking for in IIS. I am using IIS 7. Guess they are talking about iis 6.

Anyways thanks for the answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900