简体   繁体   中英

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. For example:

When web server is IIS Express (default when you create a web project):

在此处输入图片说明

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.

在此处输入图片说明

Local IIS runs independently of visual studio. Thus there are no config options in 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM