开发者

ASP.NET MVC 1.0 Area support

开发者 https://www.devze.com 2023-01-27 10:45 出处:网络
I\'m looking for a safe and functionally way to implement areas in MVC 1.0. My application is very big, with something about 150 controllers and 200 views, and at now we have to stay on the MVC 1.0, s

I'm looking for a safe and functionally way to implement areas in MVC 1.0. My application is very big, with something about 150 controllers and 200 views, and at now we have to stay on the MVC 1.0, so porting to 2.0 is not an option..

I took a look in the phil haack solution but it doesn't work for typed views, and I found too some ot开发者_Python百科her solutions, but all of them are poorly implementation with lack of something.

There's a fully functionally implementation on the net?

Thanks in advance.


Is this your issue:

http://lukesampson.com/post/303515912/asp-net-mvc-1-0-areas

0

精彩评论

暂无评论...
验证码 换一张
取 消