i want that when user type the below url
www.mysite.com/catalog/katalog.aspx
or www.mysite.com/catalog/catalogue.aspx
or www.mysite.com/catalog/catalogo.aspx
and hit enter then request goes to always www.mysite.com/catalog/catalogue.aspx file but in address bar user entered url should show.....will not change.
please guide me how can i do it with the help of url routing in asp.net webform 4.0 feature. what kind of code i need to write to achieve it. please help me with sample code. thanks