Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created May 3, 2020 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovis/0fe6306068966ef617992ea82ff6f313 to your computer and use it in GitHub Desktop.
Save Ovis/0fe6306068966ef617992ea82ff6f313 to your computer and use it in GitHub Desktop.
localhost以外でのASP.NETデバッグ
{
"urls": "http://*:5000;https://*:5001",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment