调试ASP.NET程序时出现“The Project Is Not Configured to Be Debugged”错误信息

王朝asp·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

SYMPTOMS

When you debug an ASP.NET application in Visual Studio .NET, you may receive the following error message:

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

For ASP.NET projects, verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to 'true' in that file.

For ATL Server projects, verify that the 'DEBUG' verb is associated with your ISAPI extension.

Would you like to disable future attempts to debug ASP.NET pages for this project?

CAUSE

This error can occur primarily because: • The ASP.NET Application does not have a Web.Config file.

• The Execute Permissions property for the current project folder in Internet Services Manager is set to None.

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.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航