views:

46

answers:

1

I want to accept a url like this one "www.mysite.com/1-2,3" and turn it one like this "www.mysite.com/page.aspx?a=1&b=2&c=3". Basically I want to know if it's possible to lose .aspx portion, using routing?

+1  A: 

yes, it's possible.

http://msdn.microsoft.com/en-us/library/cc668201.aspx

Stephen Wrighton