我正在尝试将IIS Express与Visual Studio 2010 SP1一起使用.
我正在学习本教程.当我运行此命令.
netsh http add urlacl url=https://Melnibone:443/ user=everyone
Run Code Online (Sandbox Code Playgroud)
我收到这条消息:
Create SDDL failed, Error: 1332
Run Code Online (Sandbox Code Playgroud)
发生了什么?
如何在Visual Studio 2013中更改项目端口号?
我正在使用ASP.Net,我需要在Visual Studio 2013中调试时更改端口号.
保存进行中的工作
尝试从Visual Studio 2019(或Visual Studio 2017或Visual Studio 2015)运行网站时,出现错误:
Visual Studio 2015:
无法连接到配置的开发Web服务器。
Visual Studio 2017:
无法连接到配置的开发Web服务器。
IIS Express的输出:正在
启动IIS Express ... 在应用程序“ /”中 为网站“ WebSite3”
成功注册了URL“ http:// localhost:59392 / ”正在为网站“ WebSite3”
完成注册
IIS Express正在运行。
Visual Studio 2019:
无法连接到配置的开发Web服务器。
IIS Express的输出:正在启动IIS Express ...已成功为站点“ WebSite3”应用程序“ /” 注册URL“ http:// localhost:59392 / ”正在为站点“ WebSite3”注册完成IIS Express正在运行。
IISExpress 是实际上跑,听,但没有任何实际工作:
我尝试过的事情(来自Stackoverflow上的所有其他问题):
netsh http add urlacl url=http://localhost:56997/ user=everyone.vs文件夹我用
Visual Studio 2013
当我运行一个项目时,我收到此错误:
Unable to connect the configured development Web server.
这是Visual Studio 2008的解决方案,我正在搜索这些步骤:
http
://www.dotnetspider.com/forum/250134-Unable-connect-ASP-NET-development-Server.aspx
这里; Tools->External Tools用来.
Command在External Tools为Visual Studio 2013?
提前致谢.