Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion knowledge-base/troubleshoot-report-server-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ By enabling logging, the internal exceptions that are not shown on the browser p


1. Use the [Event Viewer](https://learn.microsoft.com/en-us/shows/inside/event-viewer) to inspect `Application Event Logs` of the Telerik Report Server for .NET application - [Application Event Log (IIS)](https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#application-event-log-iis). The events can be saved into `evtx` files by right-clicking on the events in the Event Viewer -> `Save Selected Events...`.
1 [Run the app at a command prompt](https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#run-the-app-at-a-command-prompt) to catch start-up errors that may not be part of the Application Event log by executing `dotnet Telerik.ReportServer.Web.Core.dll` in the root directory of the Telerik Report Server for .NET - `C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web.NET`.
1. [Run the app at a command prompt](https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#run-the-app-at-a-command-prompt) to catch start-up errors that may not be part of the Application Event log by executing `dotnet Telerik.ReportServer.Web.Core.dll` in the root directory of the Telerik Report Server for .NET - `C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web.NET`.

>note If the problem persists, you may open a support ticket and send us in an archive (ZIP/RAR file) the [SAZ file](https://docs.telerik.com/fiddler/Save-And-Load-Traffic/Tasks/CreateSAZ) recorded by `Fiddler`, as well as the `.log` and `.evtx` files. Including the steps which have to be followed in order to reproduce the issue may speed up the diagnostic process.