Good morning all: hoping someone can recommend an interesting way to solve the following. we are currently transitioning our website from dynamic url's (http://...../main.asp?id=00005&tid015 orhttp://..../print.asp?id=0345&tid=05 ) to static URL's (http://..../default.aspx,http://.../thisisapage.aspx ) wherein the ID from the former URL will map to a specific page in the later, but the page will not be named 5, for example (so that i could use a rewrite map... nooooo) the page will have an actual name, like default.aspx or section.aspx etc etc.
there will be approximatly 4000 pages to do this one to one mapping. i will get a list of old URL's to new URL's in an excel spreadsheet. im pretty sure ill have to use a filemap provider (text file or database) to accomplish this, but i was wondering if anyone would haver any other suggestions, or had been thru something similar before.
thanx for your time in this
.marc