Skip to content

Commit

Permalink
Updated sample project startup urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Foster committed May 25, 2016
1 parent e725282 commit 40f2b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/AspNetMvcAuthDemo/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:52911/",
"applicationUrl": "http://localhost:60000/",
"sslPort": 0
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:53256/",
"applicationUrl": "http://localhost:60000/",
"sslPort": 0
}
},
Expand Down

0 comments on commit 40f2b73

Please sign in to comment.