/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/IIS/build/launchSettings.json
40 строк
1 KB
Pavel Krymets
Remove ANCMV1 from everywhere (#7334)
07 фев 2019, 20:06
Не верифицирован
07 фев 2019, 20:06
5cd72c1
Код
Авторство
О чём код?
{ "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" } } } }