Skip to content

Instantly share code, notes, and snippets.

@MattJeanes
Created October 22, 2018 14:15
Show Gist options
  • Save MattJeanes/7ef62f91d4510ee74c0bdc4c0e34cad1 to your computer and use it in GitHub Desktop.
Save MattJeanes/7ef62f91d4510ee74c0bdc4c0e34cad1 to your computer and use it in GitHub Desktop.
{
"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