Open in Visual Studio link on default ASP.net exceptions page

When the ASP.NET application crashes (when the default exception page is displayed), I would like to be able to click on the call stack line in the browser and Visual Studio will open the code file in the given line.

Do you think this is possible? Maybe using a macro / add-in?

0


source to share


2 answers


You can link it to a code file and set the extension mime extension type for it to use Visual Studio as a viewer.



May be.

0


source


Why wouldn't VisualSudio connect to IIS and configure it to run exceptions?



0


source







All Articles