No route in the route table matches the supplied values
Posted
by Sadegh
on Stack Overflow
See other posts from Stack Overflow
or by Sadegh
Published on 2010-04-03T15:04:38Z
Indexed on
2010/04/03
15:13 UTC
Read the original article
Hit count: 1285
asp.net-mvc
hi
i defined some routes in global handler as below
routes.MapRoute("Root", "", new { controller = "Root", action = "Default" });
also i created specific controller called RootController which have Default actionResult and return some string. this works fine in vs built-in web-server but An unhandled exception occurred when i sent request rom iis. i'm running this in windows7 ultimate and iis 7.5 integrated-mode and have vs 2008 professional and mvc2 preview2.
please help. thank's in advance
© Stack Overflow or respective owner