Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Asp.net MVC4 で、IIS8.0 で 404 エラーを示す URL の下に作成しました
http://{ParentURL}/Areas/Admin/Menu/Index?actoin=追加
それについて私を助けてください。
route config でルートを設定する必要があります:
context.MapRoute( "Areas", "Areas/{controller}/{action}/{id}", new { action = "Index", id = UrlParameter.Optional } );
これをルート設定に追加して試してみてください..動作します