-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Orcanode Monitor Debugging | ||
|
||
## Debugging Startup Issues | ||
|
||
### Method 1 | ||
|
||
1. Set the environment variable ASPNETCORE_ENVIRONMENT to "Development" | ||
2. Save the environment variables which will restart the server | ||
3. Navigate to the site | ||
|
||
### Method 2 | ||
|
||
1. Go to the app service in [Azure portal](https://portal.azure.com/) | ||
2. Click on "Console" on the left | ||
3. Type in the exe name: OrcanodeMonitor.exe | ||
|
||
### Method 3 | ||
|
||
1. Go to https://orcanodemonitor.scm.azurewebsites.net | ||
2. Under the "Debug console" drop down menu, select "CMD" | ||
3. Cd to C:\home\site\wwwroot | ||
4. Type in: dotnet OrcanodeMonitor.dll | ||
|
||
## Links | ||
|
||
* [Production site](https://orcanodemonitor.azurewebsites.net/) | ||
* [Staging site](https://orcanodemonitorstaging.azurewebsites.net/) | ||
* [Azure portal](https://portal.azure.com/) | ||
* [Blog on how to troubleshoot error 500.30](https://zimmergren.net/solving-asp-net-core-3-on-azure-app-service-causing-500-30-in-process-startup-failure/) |
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