c# - Custom error pages in ASP.NET MVC -


trying implement own error pages in mvc 5. found 1 interesting post -> source.

in author advice add .aspx page.

so questions

should add .aspx page or .cshtml page (cause work razor) ?

thanks.

i use static files, if want use dynamic file in way blog entry point shows, need use aspx file.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -