Anyone know if it\'s possible to move the HomeController and Home related views into the Areas directory?
I\'m developing an website using asp.net mvc with MySQL and I need to make开发者_JAVA百科 a simple restrict area for the user update some informations in website. So, I had created an area in mvc appl
I have a controller called \"Account\" in 开发者_JS百科my main site and I would like to reference a method on it from with in an Asp.net MVC 2 Area.
I have some common web pages that will be in multiple MVC applications. For those pages I\'开发者_如何转开发d like to reuse the same source code (controllers + views) between the different MVC web sit
When running the MVC 2 Areas example that has a Blog Area and Blog Controller the URL looks like this:
What is the best way to model MVC Areas for my Application? Can开发者_JAVA技巧 I manage these Areas dynamically? What is the best usage of them?
开发者_StackOverflow社区I have two areas: ControlPanel and Patients. Both have a controller called ProblemsController that are similar in name only. The desired results would be routes that yield /
I want to test my routes in unit tests. But Areas is not working in my unit tests. Is it possible to test ASP.NET MVC 2 routes for Areas?
This is sort of a duplicate of Trouble setting a default controller in MVC 2 RC Area But his answer doesn\'t satisfy me, because it doesn\'t work.
I had been following this guide to get areas with multiple projects setup: http://msdn.microsoft.com/en-us/library/ee307987(VS.100).aspx