I can't seem to get this. I want visitors to my site to be able to enter mysite.com/RSVP and have them go to mysite.com/rsvp.aspx. I have
Sub RegisterRoutes(ByVal routes As RouteCollection)
routes.MapPageRoute("", "RSVP", "~/RSVP.aspx")
End Sub
in my global.asax file, but it isn't working. I'm in a bit of a bind, as this is for the rsvp page of a wedding, the invitations went out this morning, and we just realized the '.aspx' was left off.
Go to the complete details ...