asp.net-mvc-3-areas
Can I compile an Area and use the dll as a module for multiple sites?
I am trying to find out if I am thinking about this correctly. My goal is to be drop in a dll and have access to helpers, and partial views (Maybe Views too), using an MVC pattern. I have been treatin[详细]
2023-04-13 05:16 分类:问答MVC 3 AREAS - Hierarchial workflows
For the project that I am working on, we have companies. Companies have contacts and facilities. Based on the business rules, the flow is you select a company to access the contacts or facilities.[详细]
2023-04-06 16:20 分类:问答ASP NET MVC Area routing/multiple routes issue in VB
I\'m pretty inexperienced with .net and have just started learning MVC.I\'ve hit an issue concerning multiple controllers being found:[详细]
2023-04-05 03:33 分类:问答mvc3 - using partial views in a different area
I have two questions regarding partial views... 开发者_如何学编程When to use Partial views vs @helper methods, i have used both[详细]
2023-04-03 17:34 分类:问答MVC3 Areas problem
I am building an application with MVC3 and I have a problem when I want to add an area. I am adding a UsersArea everything works fine but when I try to run the Web Site I get the following error :[详细]
2023-03-31 02:35 分类:问答How to enable gracefull fallback to "root" controllers if controller is not found in area
I have an ASP.NET MVC3 Razor application getting too big to manage effectively. To have better control over the code I implemented Areas and re-arranged the code to be in the respective areas.[详细]
2023-03-30 16:46 分类:问答Having a single _viewstart and web.config when using areas
Is it possible to have a single _viewtstart.cshtml and web.config file when using area开发者_JAVA百科s in MVC3. I\'m finding that I need to have the _viewstart.cshtml and web.config replicated in ever[详细]
2023-03-29 20:09 分类:问答MVC 3 does not look for views under Areas
I\'m using multiple areas in MVC 3 and I\'m having problems with my views not being found.The routing seems to pick up my controllers correctly (all the actions are executing without any problems), bu[详细]
2023-03-21 12:04 分类:问答How to reuse Areas, Controllers, Views, Models, Routes in multiple apps or websites
I have a test solution which only has one are开发者_运维问答a called Admin. I would like to reuse Admin across a number of other web applications.[详细]
2023-03-19 06:59 分类:问答different applications split by areas?
I already have programmed some small applications, the database design was simple, just one normalized database containing all the datas I need for the application.[详细]
2023-03-16 13:33 分类:问答