我一直在尝试在Delphi中为我的ASP.NET应用程序设置本地调试,但得到了上面的错误。我已经将aspnet_regiis.exe工具与以下内容一起使用:
Aspnet_regiis.exe -s W3SVC/1/ROOT/DevTest但这并没有帮助。它将其作为应用程序添加到IIS中,但我仍然收到错误:
The project cannot be debugged because virtual directory "DevTes" is not configured with ASP.NET version 2.0 or 3.0 Use aspnet_regiis.exe to configure the local IIS web server.我不太确定接下来该怎么做,所以我需要一些帮助:
机器规格:Windows764位,IIS7,使用RAD Studio2007。
编辑:对于更多的信息,我已经能够在Firefox中启动网站,并且现在已经能够附加到进程,尽管调试有点欠缺,即我看不到会话的值等。
发布于 2010-04-16 23:14:50
尝试使用网络平台安装程序为ASP.NET开发配置IIS。http://www.microsoft.com/web/Downloads/platform.aspx
https://stackoverflow.com/questions/2653674
复制相似问题