|
|
@@ -1,12 +1,4 @@
|
|
1
|
1
|
{
|
|
2
|
|
- "iisSettings": {
|
|
3
|
|
- "windowsAuthentication": false,
|
|
4
|
|
- "anonymousAuthentication": true,
|
|
5
|
|
- "iisExpress": {
|
|
6
|
|
- "applicationUrl": "http://localhost:53069/",
|
|
7
|
|
- "sslPort": 0
|
|
8
|
|
- }
|
|
9
|
|
- },
|
|
10
|
2
|
"profiles": {
|
|
11
|
3
|
"IIS Express": {
|
|
12
|
4
|
"commandName": "IISExpress",
|
|
|
@@ -43,5 +35,13 @@
|
|
43
|
35
|
},
|
|
44
|
36
|
"applicationUrl": "http://localhost:28240/"
|
|
45
|
37
|
}
|
|
|
38
|
+ },
|
|
|
39
|
+ "iisSettings": {
|
|
|
40
|
+ "windowsAuthentication": false,
|
|
|
41
|
+ "anonymousAuthentication": true,
|
|
|
42
|
+ "iisExpress": {
|
|
|
43
|
+ "applicationUrl": "http://localhost:49928/",
|
|
|
44
|
+ "sslPort": 0
|
|
|
45
|
+ }
|
|
46
|
46
|
}
|
|
47
|
|
-}
|
|
|
47
|
+}
|