vote up 0 vote down star

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?

flag

1 Answer

vote up 1 vote down check

yes, it's possible.

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.