简体   繁体   English

Visual Studio 2013 Web项目属性窗口未显示所有属性

[英]Visual Studio 2013 web project properties window not showing all the properties

An ASP.NET MVC 5 project on my Windows 7 does not show all the properties of the project when I change the Web server from IIS Express to Local IIS. 当我将Web服务器从IIS Express更改为本地IIS时,Windows 7上的ASP.NET MVC 5项目无法显示该项目的所有属性。 For example: 例如:

When web server is IIS Express (default when you create a web project): 当Web服务器是IIS Express时 (创建Web项目时的默认设置):

在此处输入图片说明

When web server is changed to Local IIS : I would like to set the SSL URL or other properties through this window but there is only one property available there. 当Web服务器更改为Local IIS时 :我想通过此窗口设置SSL URL或其他属性,但是那里只有一个属性。

在此处输入图片说明

Local IIS runs independently of visual studio. 本地IIS独立于Visual Studio运行。 Thus there are no config options in VS. 因此,VS中没有配置选项。
You need to configure the local (true) IIS within its own config MMC or powerscript like a remote server or you need to consider this: https://msdn.microsoft.com/en-us/library/58wxa9w5(v=vs.120).aspx#iisdisadvantages 您需要在其自己的配置MMC或powerscript(如远程服务器)中配置本地IIS,或者需要考虑以下几点: https ://msdn.microsoft.com/zh-cn/library/58wxa9w5(v=vs 。 120)的.aspx#iisdisadvantages

抱歉, 您可以尝试此第一答案

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

相关问题 在Visual Studio 2010中看不到Web应用程序项目的“属性”选项卡 - Not able to see Properties tab for Web Application project in Visual Studio 2010 Visual Studio Express 2013未显示Web模板 - Visual studio Express 2013 is not showing web templates 在Visual Studio 2013中运行Web API项目 - running web api project in visual studio 2013 在Visual Studio 2013中为Web资产创建项目 - Creating a project for web assets in Visual Studio 2013 如何在Visual Studio 2005中使用Web安装程序项目影响IIS属性的配置 - How to affect configuration of IIS properties using Web Setup Project in Visual Studio 2005 如何在Visual Studio Express 2013中通过本地IIS运行Web项目 - How to run web project by local IIS in visual studio express 2013 在Visual Studio 2013中的IIS Express上托管多个Web项目 - Multiple web project are hosted on IIS Express in Visual Studio 2013 如何在Visual Studio 2010的“属性”窗口中为属性指定值 - How to specify values for a property in the Properties window in Visual Studio 2010 从自定义Web服务器控件的属性窗口设置设计时属性会挂起/崩溃Visual Studio 2010 - Setting a design-time property from the properties window of a custom web server control hangs/crashes Visual Studio 2010 Visual Studio Express 2013网站 - Visual studio express 2013 web
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM