.NET
IIS > IIS Express & IIS applicationhost.config path
shyaway
2018. 8. 6. 11:50
IIS Express 와 IIS applicationhost.config 설정 파일 위치
IIS Express
%USERPROFILE%Documents\IISExpress\config
* %USERPROFILE% 은 일반적으로 C:\Users\윈도우계정명 이다. Program Files 에도 IIS Express 폴더가 있고, 내부에 applicationhost.config 가 존재하는데, 이 설정은 무시해도 된다. 왜냐하면 VisualStudio 에서 웹 프로젝트를 F5 또는 Ctlr + F5 로 실행하는 경우 위에서 제시된 설정을 참조하게 되기 때문이다.
IIS
C:\Windows\System32\inetsrv\config
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