0

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?

niaher
  • 9,460
  • 7
  • 67
  • 86

1 Answers1

1

yes, it's possible.

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

Stephen Wrighton
  • 36,783
  • 6
  • 67
  • 86