[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
'IDE' 카테고리의 다른 글
[Intellij] 항상 관리자 권한으로 실행하기 (0) | 2022.09.21 |
---|---|
[Visual Studio] 테마 변경, 줄 번호 표시, 텍스트 색 변경 (0) | 2022.05.31 |
[Visual Studio] 대상 프레임워크 버전 변경(target .NET Framework) (0) | 2022.05.30 |
[SVN] Window Server에서 Repository 생성 (0) | 2022.04.21 |
[Intellij] Terminal에서 명령어 왜 안되나요? (PowerShell -> Git bash) (0) | 2022.03.05 |