Where is the template for applicationHost.config file stored

余生颓废 提交于 2020-01-17 01:42:08

问题


When I create a new Web application using VS2015, I get an applicationHost file created in the new .vs folder. This file contains configuration information for IIS Express.

Where is the template for this file located?


回答1:


I see the files at 2 locations (32Bit and 64Bit Program Folder) in my Windows 10 + VS2015:

"C:\Program Files\IIS Express\config\templates\PersonalWebServer\applicationhost.config"


"C:\Program Files (x86)\IIS Express\config\templates\PersonalWebServer\applicationhost.config"


来源:https://stackoverflow.com/questions/31713624/where-is-the-template-for-applicationhost-config-file-stored

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!