1234567891011121314151617181920212223242526272829 |
- {
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "nativeDebugging": true,
- "jsWebView2Debugging": false,
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
- },
- "wispro.sp.web": {
- "commandName": "Project",
- "launchBrowser": true,
- "nativeDebugging": false,
- "jsWebView2Debugging": true,
- "applicationUrl": "http://localhost:5001"
- }
- },
- "iisSettings": {
- "windowsAuthentication": true,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://127.0.0.1:53775/",
- "sslPort": 0
- }
- }
- }
|