shyaway

IIS > IIS Express & IIS applicationhost.config path 본문

.NET

IIS > IIS Express & IIS applicationhost.config path

shyaway 2018. 8. 6. 11:50

IIS Express & IIS applicationhost.config path


IIS Express

%USERPROFILE%Documents\IISExpress\config


* %USERPROFILE% is typically C:\Users\YOUR-WINDOWS-ACCOUNT-NAME. There's also the same config file in the Program files folder, just stick ignore of it, because when you run your web project with F5 or Ctrl + F5, it refers to the config I specified above.




IIS

C:\Windows\System32\inetsrv\config
































Comments