Where is the template for applicationHost.config f

2019-09-10 07:25发布

问题:

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"