ASP.NET MVC 3 - not working

I create an area using ASP.NET MVC 3 by right-clicking on a project to add an area called MyArea.

Project screenshot

Visual Studio 2010 automatically created AreaRegistration and adds RegisterAllAreas () to Application_Start () in Global.asax

But this url is not working: http: // localhost: 1733 / MyArea / AreaHome / Index

Error message

Even if the route seems to be registered.

RouteDebugger

Can anyone see what I'm doing wrong?

Thanks in advance.

+5
source share
1 answer

, , , . , :

asp.net mvc 3 vb.net

VB.net, .

+4

All Articles