Closed pablotdv closed 6 years ago
You added the ETag Middleware, but when exception occurs the page of the exceptions don't appear for me. How can I get around this? And the exceptions page may appear again. At the moment I did something of the type.
if (!env.IsDevelopment()) app.UseETagger();
No longer using ETag.
You added the ETag Middleware, but when exception occurs the page of the exceptions don't appear for me. How can I get around this? And the exceptions page may appear again. At the moment I did something of the type.