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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -