I have read that IIS7 and IIS8 servers allow you to implement web.config rewrites.
I would assume that this would be the best way to do a PURL (personlized URL).
Ex. - test.com/joesmith
Basically, using Classic ASP I would want to take the joesmith part of the URL and do a database lookup and display information on the page about Joe Smith, variable graphics, etc...
What is the best way to do this? Everything I see online is query string to pretty url or other examples.
Thanks.
Swi
I would assume that this would be the best way to do a PURL (personlized URL).
Ex. - test.com/joesmith
Basically, using Classic ASP I would want to take the joesmith part of the URL and do a database lookup and display information on the page about Joe Smith, variable graphics, etc...
What is the best way to do this? Everything I see online is query string to pretty url or other examples.
Thanks.
Swi