42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": true,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:5762/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"ANCM IIS Express": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(IISExpressPath)",
|
|
"commandLineArgs": "$(IISExpressArguments)",
|
|
"nativeDebugging": true,
|
|
"environmentVariables": {
|
|
"IIS_SITE_PATH": "$(MSBuildThisFileDirectory)",
|
|
"ANCM_PATH": "$(AncmPath)",
|
|
"ANCMV2_PATH": "$(AncmV2Path)",
|
|
"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)",
|
|
"ANCM_PATH": "$(AncmPath)",
|
|
"ANCMV2_PATH": "$(AncmV2Path)",
|
|
"LAUNCHER_ARGS": "$(TargetPath)",
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"LAUNCHER_PATH": "$(DotNetPath)",
|
|
"ASPNETCORE_MODULE_DEBUG": "console"
|
|
}
|
|
}
|
|
}
|
|
}
|