committed by
Kévin Chalet
8 changed files with 93 additions and 31 deletions
@ -0,0 +1,25 @@ |
|||
{ |
|||
"iisSettings": { |
|||
"windowsAuthentication": false, |
|||
"anonymousAuthentication": true, |
|||
"iisExpress": { |
|||
"applicationUrl": "http://localhost:53507", |
|||
"sslPort": 0 |
|||
} |
|||
}, |
|||
"profiles": { |
|||
"IIS Express": { |
|||
"commandName": "IISExpress", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNET_ENVIRONMENT": "Development" |
|||
} |
|||
}, |
|||
"web": { |
|||
"commandName": "web", |
|||
"environmentVariables": { |
|||
"Hosting:Environment": "Development" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<system.webServer> |
|||
<handlers> |
|||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" /> |
|||
</handlers> |
|||
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600"/> |
|||
</system.webServer> |
|||
</configuration> |
|||
@ -0,0 +1,25 @@ |
|||
{ |
|||
"iisSettings": { |
|||
"windowsAuthentication": false, |
|||
"anonymousAuthentication": true, |
|||
"iisExpress": { |
|||
"applicationUrl": "http://localhost:54540", |
|||
"sslPort": 0 |
|||
} |
|||
}, |
|||
"profiles": { |
|||
"IIS Express": { |
|||
"commandName": "IISExpress", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNET_ENVIRONMENT": "Development" |
|||
} |
|||
}, |
|||
"web": { |
|||
"commandName": "web", |
|||
"environmentVariables": { |
|||
"Hosting:Environment": "Development" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue