简体   繁体   English

将Visual Studio 2013 .sln配置为使用本地IIS(非Express)

[英]Configure Visual Studio 2013 .sln to use Local IIS (Not Express)

I keep getting errors saying that my IIS express has stopped working and I would like to configure my project to use IIS instead of IIS Express. 我不断收到错误消息,说我的IIS Express已停止工作,我想将我的项目配置为使用IIS而不是IIS Express。 When I run it I can see that is says IISExpress, as seen in the picture below. 运行它时,我可以看到它是IISExpress,如下图所示。 I tried to research a possible solution and saw that some people were able to go to properties and change the server to use Local IIS but I don't think I have that option available in the same place because I am using a different type of project. 我尝试研究一种可能的解决方案,发现有些人能够进入属性并将服务器更改为使用本地IIS,但我认为我无法在同一位置使用该选项,因为我使用的是不同类型的项目。 How would I be able to configure my project to use Local IIS (and stop receiving these "IIS Express Server has stopped working" error messages). 如何配置我的项目以使用本地IIS(并停止接收这些“ IIS Express Server停止工作”错误消息)。

Thank you 谢谢

Visual Studio 2013专案

You need to adjust the project properties to point to IIS. 您需要调整项目属性以指向IIS。

在此处输入图片说明

See: MSDN 请参阅: MSDN

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio Express 2013中通过本地IIS运行Web项目 - How to run web project by local IIS in visual studio express 2013 在Visual Studio 2013中创建新项目时,出现错误,因为它们会自动尝试使用IIS express - When creating a new project in Visual studio 2013 I get an error because they are automatically trying to use IIS express Visual Studio 2013-IIS Express不提供aspx文件 - Visual Studio 2013 - IIS Express not serving aspx files 在Visual Studio 2013中的IIS Express上托管多个Web项目 - Multiple web project are hosted on IIS Express in Visual Studio 2013 Visual Studio IIS Express 在启动时挂起,但 IIS 本地工作,为什么? - Visual Studio IIS Express hangs on launch, but IIS local works, why? 设置IIS Express以在Visual Studio 2012上接受本地连接 - Setting up IIS Express to accept local connections on visual studio 2012 Visual Studio Express 2013网站 - Visual studio express 2013 web 使用IIS(非Express)将Visual Studio 2013(或2015)JS调试器附加到浏览器 - Attach Visual Studio 2013 (or 2015) JS debugger to browser using IIS (not Express) 如何将ASP.NET Core 1.0配置为使用本地IIS而不是IIS Express? - How to configure ASP.NET Core 1.0 to use Local IIS instead of IIS Express? 在visual studio上使用IIS而不是IIS Express - using IIS instead of IIS Express on visual studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM