I have a few websites that could benefit from some URL rewriting. I understand that a map file is needed, but as the data is dynamic, is there a way to call from an SQL database instead of a static file?
Using ISAPI Rewrite via IIS7
eg unfriendly - www.domain.com/products.asp?prodID=1 Friendly - www.domain.com/products/Apples
Any examples or pointers would be apprecaited. thanks in advance. C :-)