So I\'m shooting for 100% coverage on an MVC3 site, and we\'re using areas.I can get cover开发者_高级运维age on everything else EXCEPT for this one line in Application_Start:
I am using areas in MVC version 3. My logoff and logon action methods are routing to the area, and I need them to route to the normal controller that is not in an area.
I have an AREA called \"Admin\" It uses the same layout page as the rest of my site. In the layout page I have
i\'m using Razor for a new project in my company, and i have been playing with it for 2 days and already found some weird behaviour imho.
Hey all, brand new to asp.net mvc and I am creating a fake social site (for learning purposes) by building off the stock mvc template... I added some views, etc. which all work fine.However, now I hav
I\'m building a site and am considering using areas to cover a similar scenario to the one I\'m about to describe.
I have an existing application that has no areas. However, I am adding a whole new section so I have a created an area. So I have one area and the default area.
So far (for brevity) I have one route in global.asax registered like this: routes.Add(new LowercaseRoute(\"{action}/{id}\", new MvcRouteHandler())
I have an MVC web a开发者_开发问答pp, and a nested admin application with areas with the same name:
I created Area called Admin. I have Custom Helper in the root folder called开发者_开发技巧 Helpers which are working fine when I use @Html.MyHelper(); but I do the samething in my Area View folder Raz