1234567891011121314151617 |
- {
- "$schema": "http://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:59060",
- "sslPort": 0
- }
- },
- "profiles": {
- "console": {
- "commandName": "Project",
- "launchBrowser": false
- }
- }
- }
|