/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/DefaultBuilder/testassets/CreateDefaultBuilderApp/Properties/launchSettings.json
40 строк
1 KB
Shreyas Jejurkar
Changed default server for samples from IIS Express to Kestrel (#29517)
24 янв 2021, 22:37
Не верифицирован
24 янв 2021, 22:37
2e79de8
Код
Авторство
О чём код?
{ "iisSettings": { "windowsAuthentication": true, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:5762/", "sslPort": 0 } }, "profiles": { "ANCM IIS Express": { "commandName": "Executable", "executablePath": "$(IISExpressPath)", "commandLineArgs": "$(IISExpressArguments)", "environmentVariables": { "IIS_SITE_PATH": "$(MSBuildThisFileDirectory)", "ANCMV2_PATH": "$(AspNetCoreModuleV2ShimDll)", "ASPNETCORE_MODULE_OUTOFPROCESS_HANDLER": "$(AspNetCoreModuleV2OutOfProcessHandlerDll)", "LAUNCHER_ARGS": "$(TargetPath)", "ASPNETCORE_ENVIRONMENT": "Development", "LAUNCHER_PATH": "$(DotNetPath)", "ASPNETCORE_MODULE_DEBUG": "console" } }, "ANCM IIS": { "commandName": "Executable", "executablePath": "$(IISPath)", "commandLineArgs": "$(IISArguments)", "environmentVariables": { "IIS_SITE_PATH": "$(MSBuildThisFileDirectory)", "ANCMV2_PATH": "$(AspNetCoreModuleV2ShimDll)", "ASPNETCORE_MODULE_OUTOFPROCESS_HANDLER": "$(AspNetCoreModuleV2OutOfProcessHandlerDll)", "LAUNCHER_ARGS": "$(TargetPath)", "ASPNETCORE_ENVIRONMENT": "Development", "LAUNCHER_PATH": "$(DotNetPath)", "ASPNETCORE_MODULE_DEBUG": "console" } } } }