I can tell you there isn't anything built into IIS6 to handle this.
Site Indexing is a function of the URL namespace and is a good thing for an
add-on.
I suspect that site indexing does not work with sites whose page appearance
depends on state stored in the querystring, and a URL Rewrite could be used
as one strategy to "hide" that state as "pathinfo" (cacheable by site
indexers) and later rewritten back to querystring prior to execution on the
server side.
However, I wouldn't say that site indexing requires a URL Rewriter. If you
created a site that is search friendly, it'll naturally be searchable.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
news:0ec601c38827$07ef4810$a001280a@phx.gbl...
Well a remap would not allow search engines to indes the
site. Correct? I have seen a few ISAPI_Rewrite utilities
for IIS 6, however I am not sure if there is something
that is built into IIS 6 to handle this.
- gary
>-----Original Message-----
>"Gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
>news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
>> Hi I am looking for documentation on replacing the URL
in
>> IIS 6. The purpose that I am looking for this is for
>> Search Engine Indexing. I know that this is available in
>> IIS 5 through various utilities utilizing the ISAPI
>> filter, however I cannot find appropriate documentation
on
>> how to handle this in IIS 6.
>
>Are you looking for RemapUrl?
>http://microsoft.com/downloads/details.aspx?
FamilyId=56FC92EE-A71A-4C73-B628-
ADE629C89499&displaylang=en
>
>--
>Tom Kaminski IIS MVP
>http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
>http://mvp.support.microsoft.com/
>http://www.microsoft.com/windowsserver2003/community/cente
rs/iis/
>
>
>
>.
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS 6 URL rewrite/replace