Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is the recommended way to debug inline razor?
Is there a way to display the exceptions (instead of the displayed error message) or retrieve them from a log?
This is how I debug these when coding live on a server:
Be sure to put web.config back to normal when you are done!
If you are running locally, there are other advanced ways you can do this using Visual Studio's lovely breakpoints and stepping functionality, etc.
Best of luck!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Razor debugging/exceptions
What is the recommended way to debug inline razor?
Is there a way to display the exceptions (instead of the displayed error message) or retrieve them from a log?
This is how I debug these when coding live on a server:
Be sure to put web.config back to normal when you are done!
If you are running locally, there are other advanced ways you can do this using Visual Studio's lovely breakpoints and stepping functionality, etc.
Best of luck!
is working on a reply...