Created
October 22, 2018 14:15
-
-
Save MattJeanes/7ef62f91d4510ee74c0bdc4c0e34cad1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"iisSettings": { | |
"windowsAuthentication": false, | |
"anonymousAuthentication": true, | |
"iisExpress": { | |
"applicationUrl": "http://localhost:43434/", | |
"sslPort": 44301 | |
} | |
}, | |
"profiles": { | |
"IIS Express": { | |
"commandName": "Executable", | |
"executablePath": "powershell", | |
"commandLineArgs": "-Window Hidden -File \"Properties\\launch.ps1\" -Config \"$(SolutionDir).vs\\config\\applicationhost.config\" -Site \"$(ProjectName)\"", | |
"launchBrowser": true, | |
"launchUrl": "/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment