我有一个asp.net MVC 4解决方案。当我尝试使用Visual Studio 2012打开它时,出现以下错误:
Microsoft Visual Studio
https://localhost:
为ASP.NET 4.5 配置Web 失败。您必须为ASP.NET 4.5手动配置此站点,以便该站点正确运行。https://localhost:44300/
在本地计算机上找不到服务器。确保已将本地IIS服务器配置为支持安全通信。好的帮助
虽然解决方案打开。另外,当我尝试从调试菜单运行它时,出现以下错误:
Unable to launch the IIS Express Web server.
The start URL specified is not valid. https://localhost:44300/
而且我无法调试代码。如何摆脱这些错误并从VS 2012调试/运行网站?
请提出建议。
You must manually configure this site for ASP.NET 4.5 in order for the site to run correctly.
和2)The start URL specified is not valid.
。您似乎也正在使用HTTPS。AFAIK IIS Express不支持该功能(如果支持,则可能需要对其进行配置,因此可能是该Make sure the local IIS server has been configured to support secure communications
部件)。编辑:它似乎确实支持SSL:riii.nl/apr5u,由Hanselman本人提供的分步指南!