You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
I'm trying to develop an asp.net 5 website using Mono and Kestrel development server. When the website compiles properly, I'm able to load the website without any dramas on the local development port after launching k kestrel
However, if there is an error with my .cshtml view file (referencing wrong model), or even something as simple as a null reference exception error, the Kestrel web server just returns a white screen of death, without any explanation to the cause of the error, either on the webpage (like the traditional asp.net yellow error pages) or within the terminal running Kestrel.
Is there any way that I can determine what is causing the error? The null reference exceptions aren't too bad, by I'm unable to determine the error within my view.
Cheers,
Justin
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to develop an asp.net 5 website using Mono and Kestrel development server. When the website compiles properly, I'm able to load the website without any dramas on the local development port after launching
k kestrel
However, if there is an error with my .cshtml view file (referencing wrong model), or even something as simple as a null reference exception error, the Kestrel web server just returns a white screen of death, without any explanation to the cause of the error, either on the webpage (like the traditional asp.net yellow error pages) or within the terminal running Kestrel.
Is there any way that I can determine what is causing the error? The null reference exceptions aren't too bad, by I'm unable to determine the error within my view.
Cheers,
Justin
The text was updated successfully, but these errors were encountered: