url-routing

Create short permalinks similar to Stack Overflow's "short permalink to this question"

I think I might already understand how this works, but wanted to be sure. I am in the process of defining the routes for a new ASP.NET MVC application. I'd like to create short permalinks similar to Stack Overflow's short permalink to this question: http://stackoverflow.com/q/4047890/61654 What route and controller mechanism is S...

mvc2 - getting the URL to reflect the form submission

I have an MVC2 application with a form (like ya do). The user enters a query into the form (in the /Cars/Index view) and hits the "submit" button which posts to the Details action of CarsController - the Details view renders with results, and all is well and good. The user can enter a URL (such as /Cars/Details/123-125) and they get th...

Utility or opensource to implement Routing and Url-Rewritting in asp.net 3.5

Hello Experts, I need to implement Routing or Url-Rewriting in my application. So, is there any utility like logging utility Elmah. I dont want to write much code, I need to configure and start playing. Any help will be most appreciated. ...