Hoghweed
Hoghweed

Reputation: 1948

ASP.NET MVC 1.0 Area support

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 other solutions, but all of them are poorly implementation with lack of something.

There's a fully functionally implementation on the net?

Thanks in advance.

Upvotes: 1

Views: 62

Answers (1)

MartinHN
MartinHN

Reputation: 19772

Is this your issue:

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

Upvotes: 1

Related Questions