views:

8

answers:

2

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.

+1  A: 

Wanna start playing with this? Or this? Maybe not this one, but I'll report it too because explains you the theory...

djechelon
@djchelon - Thanks, I was not aware there are many things available. Let me go through these and I will come here for more issues. hope you dont mind :)
Rick
A: 

System.Web.UrlRouting is available in 3.5. You might also consider URL Rewrite IIS module.

Jakub Konecki