Tagged Questions
4
votes
2answers
994 views
ASP.NET MVC View Engine Resolution Sequence
I created a simple ASP.NET MVC version 1.0 application. I have a ProductController which has one action Index. In the view, I created a corresponding Index.aspx under Product subfolder.
Then I ...