Going slightly offtopic, but regarding URL Rewriting check out the C++ "Friendly ISAPI" in the docs, that does URL Rewriting: "ISAPIFilter Sample: Maps URLs to Parameterized Queries" ms-help://MS.VSCC/MS.MSDNVS/vcsample/html/vcsamISAPIFilterSampleMaps.htm
So you can map http://myserver/Products.aspx?id=123 to something more "friendly" like: "http://myserver/Product123.htm" (kind of like how Content Management Server does) Cheers, Duncan [EMAIL PROTECTED] On Mon, 22 Apr 2002 12:29:38 +0100, Richard Birkby <[EMAIL PROTECTED]> wrote: >You could always write some URL Rewriting mechanism for ASP.Net so that the >search engine would see it as something completely different. > > >Richard >...Mental Note...must write-up an article on URL Rewriting soon. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.