我创建了新的ASP.NET项目,在项目属性中,我将服务器从IISExpress更改为本地IIS,因此项目URL从http: //localhost:51315/
更改为http:// localhost/myproject
。我点击了创建虚拟目录。我收到消息:虚拟目录已成功创建,但是当我想启动应用程序时,我收到此错误:
Unable to start debugging on web server. The start Url specified is not valid.
答案 0 :(得分:1)
转到项目属性 - > Web,并选择“特定页面”选项而不是“起始URL”。起始网址不适用于您之前可能拥有的相对网址。