2016. 5. 17. 16:33ㆍWindows 오류해결
IIS Express 웹 서버를 시작할 수 없습니다. 지정한 시작 URL이 잘못되었습니다.
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{---------------------------------------------------}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>38771</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:13131</IISUrl>
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
<IISAppRootUrl>http://localhost:13131</IISAppRootUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
.csproj 부분에서 <IISAppRootUrl> 태그 삭제
'Windows 오류해결' 카테고리의 다른 글
WINDOWS 시간 동기화 (0) | 2020.12.10 |
---|---|
Unable to cast COM Object of type 'System.__ComObject' to interface type Unable to cast (0) | 2016.05.17 |
MSBuildToolsPath is not specified for the ToolsVersion (0) | 2016.04.25 |
키보드 오른쪽 Alt, Ctrl 한/영키, 한자키 입력 가능하게 (0) | 2016.04.07 |
오류 1069 서비스가 로그온 실패로 인해 시작되지 않았습니다 (0) | 2016.02.19 |