Ext.NET
Ext.NET copied to clipboard
Ext.NET Template: exceptions thrown in server side results in empty response
Found: 7.2.0 Ext.NET forums' thread: Developer Exception Page not working
When exceptions are thrown in a freshly created project from Ext.NET's dotnet template project (dotnet new), the Live Reload library (enabled by default) prevents any output from being made, so the exception's display does not make it to the browser screen, making it hard to figure out what's happening.
Simply disabling the live reload extension by commenting out lines 61 and 74 in Startup.cs avoids the issue -- while it also disables automatic page refreshes on content change.