How to default your asp.net-mvc site to look for razor views first?

The default order for view engines is Web Forms then Razor. Just change the order.

I ran into the same issue when migrating a site from webforms to mvc. However I encountered the issue that MVC is greedy. My site would default to the mvc views and not the webforms.

Ultimately what I did was create a new folder off the root of the webforms and set it as new application starting point. Then upload the mvc site into this folder. Then once I know all is well then I can take the webforms down.

I found this to be best option.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions