且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法在Web服务器上启动调试.无法连接到网络服务器

更新时间:2023-02-24 07:38:21

VS中,右键单击您的Web项目->属性 转到网络"标签.

In VS, right click on your web project --> Properties Go to the Web tab.

确保选择了适当的单选按钮(使用VS Dev Server,使用本地IIS Web服务器等)

Make sure the appropriate radio button is selected (Use VS Dev Server, Use Local IIS Web Server, etc)

计算机死机后,我的价值有了改变.

另一种尝试:

administrative命令提示符下运行"iisreset"(基本上只是重新启动IIS服务)

run "iisreset" from an administrative command prompt (basically just restarts the IIS service)