Do Areas in Mvc2 have session isolation or do they share the same session as the rest of the application for the sa开发者_开发技巧me user.They are part of the same ASP.NET application and therefore th
I want the follow URLs in my MVC application: /Admin/Acco开发者_Go百科unts/Groups /Admin/Accounts/Users
Could some one please explain the advantages and disadvantages of using the new MVC2 Areas feature? I don\'t understand what is so great about them. If I am adding an admin area to my MVC applicatio
As far as I can tell, when a script is run outside of Magento, observers are not invoked when an event is fired.Why?How do I fix it?
I\'ve created an Area named \"Admin\". I\'ve created also a controller(Pages) and a view(List) in this areas.
I have a basic MVC 2 (RC2) site with one base-level controller (\"Home\"), and one area (\"Admin\") with one controller (\"Abstract\"). When i call http://website/Abstract - the Abstract controller in
My controller has to enumerate all the areas in the application. Is it possible? 开发者_如何学PythonAnd how?From this issue, something like that =>
Once new area is created by the means of Visual Studio context menu, there are three folders: Controllers, Models, Views. Is it supposed that every area should have it\'s own model classes?Or is it ac
I am just trying out Areas in ASP.NET MVC 2 and I\'ve hit a small issue. I\'ve added the appropriate lines to my project file:
I\'ve followed Phil Haack\'s d开发者_JAVA百科emo of jQuery Grid successfully in an mvc 2 rc project without areas.Now I\'m trying to implement the same code in an areas project but the data is not bei