Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello all,

i am following a link
http://www.c-sharpcorner.com/UploadFile/b19d5a/areas-in-Asp-Net-mvc3

and created a Area of admin in mvc3. and due to this when i click admin in url after my local path (like localhost:2254/admin )ii went to admin controller and every thing is good till now.


but now my problem is when i got any exception in admin section after that when ever i click on
same url(like localhost:2254/admin )i got exception.

"The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly."


Please advice me how to resolve this problem.



Thanks
Posted
Updated 4-Sep-13 20:06pm
v9

1 solution

This occurs due to missing of routing. I saw that link which you have mentioned in your question. Did you set routing?(Step 5)? Do & run again, it'll work.
FYI ASP.NET MVC Routing Overview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900