Hi all, I have created a rewrite map for my website which works, I can use the friendly names and the pages appear. The question I have is as follows:
When I click on a link on the website, because the code is pointing to for example services.aspx it goes to that page. /services does work if I type it in the address however not directly from the links. Do I have to reprogramme the website and remove all the .aspx references and enter the friendly link? or is there a way that I can tell IIS/URL Rewrite to look at the map and use the friendly names.......
In other words can URL Rewrite be told that if the link services.aspx is clicked from within the website, to look at the map and actually load up the url /services.
Thanks in advance