I haven't used it before, but here is a link to a URL rewriting ISAPI
filter.

http://www.pstruh.cz/help/urlrepl/library.htm

This may be the best solution, rather than writing your own. I wish IIS
came with this feature out of the box, but this should do.

Question, do you have to write ISAPI filters in C#, or is there another
way?

Brian

-----Original Message-----
From: Duncan Smart [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 22, 2002 8:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Suggestions: How to generate static html pages via
.NET


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.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to