Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while tryng to run project

Status
Not open for further replies.

sburden

Programmer
Dec 4, 2002
35
US
Hello All:

Do you know why I can not run my asp.net project?
The error message is:

"Error while trying to run project: unable to start debugging on the web server. The project is not configured to be debugged."

I went out to microsoft support and tried the following:

RESOLUTION
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: 1. Start Internet Services Manager, and then click the project that you are trying to debug.
2. Right-click the project, and then click Properties.
3. Click the Directory tab.
4. If None is selected in the Execute Permissions list, click Scripts only, and then click Apply.

After going through the steps I'm still having the problem.






 
Hi,

Try this...

Go into IIS > websites > default websites > your website >
right click and choose properties > directory security > edit > click the tick box "integrated windows security"

Hope this helps.
let me know.

cheers

j

 
SirJon - Thanks for responding however, the "integrated windows security" checkbox is enabled already.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top