The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
41 views

MVC Remove authentication redirect to login page when user route to the specific area

I have just taken over C# MVC application. This project has two areas, area one is an internal web application and area two will be a our website. The project has had a custom membership log in ...
0
votes
1answer
27 views

Fit More Widgets on Wordpress Footer

My theme shows that I can fit up to 4 widgets in the footer as shown in the demo site here: http://demo.woothemes.com/?name=simplicity But I can only fit 2 on mine when I'd like to have 3. Here's my ...
0
votes
1answer
134 views

Configuring Odata with Web Api Areas

I have a working web application configured to use Web Api together with areas. I have 2 areas, Admin and Client. This means, to target a controller I have to call the url like this: ...
0
votes
1answer
19 views

Explicit Backlog node, or root node as backlog node?

Is there any reason to prefer an explicit Backlog area or iteration node in TFS, instead of just using the root node? Does this improve the function of any of the reports or anything? Do either of ...
0
votes
1answer
110 views

MVC3 Routing areas to root using namespace

I have a project with two areas. The two areas allow for different member types who don't share any controllers or views (eg student and teacher). However they both share the root controllers for ...
0
votes
1answer
57 views

autofac mvc areas in seperate projects

I've seperated my mvc 4 app into areas BUT using seperate projects In each module project (area) I have a module to register the controllers protected override void Load(ContainerBuilder builder) ...
1
vote
1answer
174 views

HTML <area> - how to connect area tags

How to make the script interpret two different area tags as one? For example, I have a muscles map here FIDDLE <img src="http://www.ise-dvp.narod.ru/atletics/images/man2.gif" class="atlas" ...
0
votes
0answers
364 views

ASP.NET MVC 4 Areas within Areas won't render the Shared _Layout.vbhtml from Master project

Ok so I have this interesting ASP.NET MVC 4 solution/project structure, which creates pluggable application modules. I created it following this technique: ...
0
votes
0answers
30 views

Using Areas in MV3

I have a mobile and a desktop site. Currently using this on a smiple MVC project the re-direction works perfectly fine. the structure is as follows: using wurfl for the user agent database. in the ...
0
votes
1answer
633 views

Portable Areas in MVC 4

Has anyone gotten Portable Areas working in MVC 4? I have gotten PAs working in MVC 3 by following this tutorial:http://elegantcode.com/2012/04/06/mvc-portable-areas/ However, when changing the ...
2
votes
0answers
23 views

Finding Co-varying Regions in a 3D Matrix

I wonder if anyone has a suggestion on how to solve the following problem. I have a matrix of size n*p*t. I would like to find areas in the plane n*p, that co-vary (in the t dimension). In other ...
0
votes
3answers
208 views

How to make a clickable areas in a map image with each province doing a different action?

I want to make an Android app where you see an image of a Dutch map, there you can select an province. Each province has to go to another class. The best way i found was to do it with 2 images, 1 you ...
2
votes
1answer
91 views

How do I use ninject within an AreaRegistration

I have an 'Account' area within my mvc3 project. It has an AreaRegistration class to limit visibility to registered-only users like so: public class AccountAreaRegistration : AreaRegistration { ...
0
votes
1answer
108 views

mvc two areas with same name in different project

I have a project with the following structure: Solution - CMS.core ---Areas ------Admin ---------Controllers - Site.Web ---Areas ------Admin ---------Controllers Everytime I try to route to a ...
0
votes
2answers
311 views

Change an input value when clicking on an area

I have an image in HTML/PHP with different areas. When I click on one of the areas I want my input field above to change. How do I do that? Trying to use a normal $variable but I dont get that to work ...
0
votes
1answer
299 views

asp.net mvc3 - external includes or sharing layouts across projects?

Ok, I'm still new to Asp.Net and MVC3. I'm becoming more familiar with things but still experimenting after finishing my first web application (a simple web form submission into a database). Now I am ...
4
votes
1answer
1k views

ASP.NET MVC 4 - 2 Areas With Segments, 1 Area Without

I've just created a fresh ASP.NET MVC 4 solution and have added 3 Areas and would like them routed as indicated: 1. General -> http://www.mysite.com/ 2. Members -> ...
0
votes
1answer
343 views

Calculating area of fitted function to compare with results - Mathematica

H! I've spent a lot of time reading Mathematica's Document Center and stackoverflow (among other sites), but I haven't found any answer to my question: How in Mathematica I can compare areas ...
4
votes
2answers
2k views

relative path in stylesheets within asp.net mvc areas

I have a project with the current structure My Project /Content /Controller /View /Model /Areas /Area1 /View /Controller /Model /Area2 /View ...
3
votes
2answers
2k views

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: "Multiple types were found that match the controller named ...
1
vote
1answer
374 views

ASP.NET MVC3 List all areas

I have an ASP.NET MVC3 application in which I am creating multiple areas, is there a way I can find out programmatically the number of areas that are present and their names. What I want to do it ...
0
votes
2answers
629 views

asp.net MVC 3 RegisterArea with multiple optional id's not working

I am trying to capture multiple optional parameters in an ASP.NET web application. When I define the MapRoute in RegisterArea(), it is breaking the Html.ActionLink() methods. The following code ...
3
votes
2answers
687 views

How do I get ASP.NET MVC to set a default Controller and Action for an Area?

I've created a new ASP.NET MVC project with areas and I'm trying to set a controller action to be the default controller action if the user visits that area. I added an area called 'Login' now I ...
0
votes
1answer
311 views

How to reduce number of sub-folders in MVC Areas?

I have an asp.net MVC3 application, and I'm using Areas. By default, I understand the setup would look like this: Areas\ Orders\ Controllers\ HomeController.cs (Action ...
3
votes
1answer
2k views

MVC with Areas — Html.ActionLink returning wrong URL/Route?

I am using MVC3 and have Areas in my application. In general, everything works fine, I can navigate to my area (e.g. Admin=Area, Controller=Department) like this: <%: ...
0
votes
1answer
819 views

ASP.Net MVC3 Areas and Security

I have a public facing website and need to create an "admin" site for managing the content of the website. I would like to create an "Area" for admin functionality and secure just the Admin area ...
0
votes
1answer
50 views

ASP.NET MVC, Should I keep entire app in areas?

Imagine that I have a store. I have an admin side to the store located in an area called "Admin". This makes sense. But should I also have an area called "Public" for the public facing side of the ...
0
votes
2answers
251 views

Is it possible to override the CookieSupport configuration in the Facebook C# SDK?

I have an ASP.NET MVC 3 application with some Facebook integration using the Facebook C# SDK with cookie support switched on. I had planned (and would still like) to create a canvas Facebook ...
1
vote
1answer
638 views

Returning to Calling Page Within an Area Using UrlReferrer

I have created a new MVC2 project using the ASP.NET MVC2 Web Application, which gives me the default web site. I have added a simple area in which I had a Home Controller and an Index view. That ...
1
vote
2answers
334 views

T4MVC MVC2 Views in Areas not generated

I just create an empty MVC2 project. Add an Area and a controller and a view to it. Include T4MVC files into the project and run the custom tool. Everything is generated except the ViewNames for the ...
1
vote
1answer
403 views

Routing to an Area home page in ASP.NET MVC

I'm trying to route to the home page of an Area in MVC, e.g. myDomain.com/myArea/Home/Index when I use the URL: myDomain.com/myArea MVC appears to by trying to find a Controller called "myArea" ...
0
votes
2answers
167 views

When using Areas with MVC2 is it good practice for an area to have its own Content folder?

I have an MVC2 application that is divided into Areas. Is it good practice for each area to have its own Content folder for Images, Styles etc that only pertain to that area?
0
votes
2answers
627 views

Mvc2 areas and session

Do Areas in Mvc2 have session isolation or do they share the same session as the rest of the application for the same user.
1
vote
1answer
209 views

Can I nest areas in ASP.NET MVC?

I want the follow URLs in my MVC application: /Admin/Accounts/Groups /Admin/Accounts/Users I know I could create an Area named Admin, and then create Groups and Users controllers inside that area. ...
1
vote
2answers
1k views

Return view from different area

I've got my ASP.NET MVC 2 application divided into few areas. One of them is a default area in main catalog, the other is Account area in Areas catalog. Now the problem is, that I need to use the same ...
7
votes
1answer
195 views

Whats so great about the new MVC2 areas?

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 application ...
5
votes
1answer
2k views

Magento: How do I get observers to work in an external script?

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? Below is the original issue that lead me to this question. ...
1
vote
1answer
733 views

Renderpartial or renderaction

have an action that generates active vacancies. The code is below; public ViewResult OpenVacancies() { var openvacancies = db.GetActiveVacancies(); return ...
0
votes
1answer
301 views

ASP.NET MVC 2 Areas, Strange routing behavior

I've created an Area named "Admin". I've created also a controller(Pages) and a view(List) in this areas. When I run my app and enter the url "/Admin/Pages/List" I'm getting an The resource cannot be ...
0
votes
0answers
788 views

GetControllerInstances type is null

Try to ASP.NET MVC 2 Areas and have a problem. I have a User Area and a Blog area. User area is working properly but when I use my Blog area the controllerType is null in my GetControllerInstance. I ...
5
votes
2answers
2k views

ASP.NET MVC 2 RC 2 returns Area-specific controller when no area specified

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 the ...
3
votes
2answers
297 views

A Solution for Maintaining Views in Single-Project Areas

I have only tried this in single project areas. So if anyone tries this in a multi-project areas solution please let us know. Area support was added to MVC2. However the views for your controllers ...
3
votes
1answer
925 views

ASP.NET MVC 2 RC areas and shared models

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 ...
0
votes
1answer
202 views

How to enumerate Areas in ASP.NET MVC 2 RC

My controller has to enumerate all the areas in the application. Is it possible? And how?
0
votes
2answers
2k views

ASP.NET MVC 2 Areas and AfterBuildCompiler

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: <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler"> ...
0
votes
1answer
679 views

Help with jQuery Grid in an ASP.Net MVC 2 RC with areas

I've followed Phil Haack's demo 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 being passed to the ...
0
votes
1answer
265 views

How do I get Absolute Root Links in ASP.NET MVC 2.0 beta Areas?

The link for logging in looks like this: <%= Html.ActionLink("Log On", "LogOn", "Account") %> which yields the following link in the browser: http://localhost:2300/Account/LogOn However, ...
0
votes
2answers
978 views

MVC 2 Beta DefaultControllerFactory with Areas

Why default factory WON'T return full name of the controllers (with namespaces)? I'm using Service Locator and autofac. using System.Web.Mvc; using Microsoft.Practices.ServiceLocation; namespace ...
1
vote
1answer
1k views

Areas in asp.net mvc, only one work at time

My folder look like this: (root)/Areas/Admin/Views/.. (root)/Areas/Admin/Controllers/... (root)/Areas/Admin/Routes.cs (root)/Areas/Forum/Views/.. (root)/Areas/Forum/Controllers/... ...
6
votes
2answers
2k views

ASP.NET MVC 2 Preview 2: Areas duplicate controller problem

Hi I am continuing to enslave the MVC 2 thing: Areas... Now I have two controllers with the same name (HomeController) in the main Controllers folder and in one of the Areas. Both have different ...

1 2