Quantcast
Channel: Asp.net Mvc areas routing issue - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Stuart Dobson for Asp.net Mvc areas routing issue

Clear out your bin folder and rebuild. There is a chance there is an old dll set up with the old routing. This worked for me for one route at least.

View Article



Answer by ftdeveloper for Asp.net Mvc areas routing issue

I followed instruction in this post. And problem is resolved. Visit ASP.NET MVC Default URL ViewThank you all.

View Article

Answer by Robert Hoffmann for Asp.net Mvc areas routing issue

You forgot some stuffRecap:ManagementAreaRegistration.cspublic class ManagementAreaRegistration : AreaRegistration{ public override string AreaName { get { return "Management"; } } public override void...

View Article

Answer by Adrian Thompson Phillips for Asp.net Mvc areas routing issue

It looks as though you need to change your namespace on the MapRoute from:Portal.Web.Areas.ManagementTo:Portal.Web.Areas.Management.Controllers

View Article

Image may be NSFW.
Clik here to view.

Asp.net Mvc areas routing issue

I want default page of the site to be Login.cshtml. I get the Exception:Error: The view 'LogIn' or its master was not found or no view engine supports the searched locations. The following locations...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images