When trying to run/debug my ASP.Net web app from VS.NET (2003) I get this error:
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
This was caused because I had renamed the virtual dir that the project resides in - and because of this IIS had decided to revert the dir from an application to a dir.
To resolve simply make it an app again via the IIS Management tool:
1>Within the IIS management tool, select your virtual dir.
2>Right-click and select Properties
3>In the Properties dialog box, click on the Create button.
4>In the Execute permissions, select scripts and executables.
本文介绍了当在Visual Studio 2003中尝试运行或调试ASP.NET Web应用程序时遇到无法启动调试的问题及其解决方法。原因是虚拟目录被重命名后,IIS将其从应用程序还原为普通目录。解决步骤包括通过IIS管理工具重新设置虚拟目录为应用。
2141

被折叠的 条评论
为什么被折叠?



