After creating a Web Application project in VS2010, adding a routing route and run in debug mode the routing seems to work properly and I have no problem.
But when I tried to deploy it on IIS7.5 on my local machine, and tried to click a link that uses routing it throws: "HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Does anyone encountered the same issue?