| 1234567891011121314151617 |
- {
- "profiles": {
- "NemAnCore": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "hotReloadProfile": "aspnetcore",
- "hotReloadEnabled": false
- }
- },
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true
- }
- }
|