Anyone please explain me the applicationhost.config file location in the different mentioned IIS versions. Please mention the exact locations in each iis version. Apt answers will be appreciated.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
For the "big" IIS versions since IIS 7, the location is always the same:
%windir%\System32\inetsrv\config\applicationHost.config
For IIS Express there is one per user, the default location is:
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config
again it's the same for all versions.
You can run multiple instances of IIS Express per user, you would need to specify the location of the applicationhost.config
as the command line parameter /config
for iisexpress.exe