-->

[Rider] generate applicationhost.config 

 

 

D:\IDE\apps\Rider\ch-0\221.5787.36\plugins\dpa\DotFiles\JetBrains.DPA.Runner.exe --handle=8304 --backend-pid=9820 --detach-event-name=dpa.detach.8304 "C:/Program Files (x86)/IIS Express/iisexpress.exe" /config:[프로젝트경로]/.idea/config/applicationhost.config /site:[솔루션이름] /apppool:Clr4IntegratedAppPool

An error occurred while reading configuration information. Make sure that the configuration file [프로젝트경로]\.idea\config\applicationhost.config e
xists, it is accessible, and contains valid configuration information.

Process finished with exit code 0.

Visual studio로 작업할 때와는 다르게 Rider로 솔루션을 빌드할 때 해당 오류가 발생한다.

해당 오류가 발생함에도 dll파일은 정상적으로 출력이 되는데 찜찜하니까 이유를 찾아봤다.

 

Rider에서는 애플리케이션 설정 파일이 필요하고 이는 서버 타입이 IIS로 맞춰져 있는 Visual Studio에서는 별다른 설정을 안 해줘도 되지만 Rider는 명시적으로 설정을 해줘야 한다.

해당 프로젝트 실행 옵션에 generate applicationhost.config 할 수 있도록 변경하여야 한다.

 

1. 해당 솔루션의 프로젝트 마우스 우측 버튼 - Properties

 

2. Web 탭 - Server type - IIS Express로 변경

 

3. Generate applicationhost.config를 체크

 

4. 확인

 

 

<참조>

https://youtrack.jetbrains.com/issue/RIDER-44636

 

Rider does not generate applicationhost.config : RIDER-44636

When an existing project (created with Visual Studio) is started I get this error : C:/Program Files (x86)/IIS Express/iisexpress.exe" /config:C:/Projects/Demo/.idea/config/applicationhost.config /site:DemoProject /apppool:Clr4IntegratedAppPool An error oc

youtrack.jetbrains.com

 

+ Recent posts