Home All Groups Group Topic Archive Search About

How to install ISAPI filter for Url Rewriting?

Author
28 Mar 2005 7:37 PM
Serg
How do I install ISAPI filter in IIS? I need ISAPI filter to process folder
paths such as http://MyUrl/folder1/folder2/folder3

There is no "ISAPI filters" tab in my IIS.

Thanks!

Author
28 Mar 2005 8:04 PM
George
You are looking in wrong places i guess.
Highlight "Default Web Site".

Right mouse click and chose Properties. Look for ISAPI filter.

George.

  "Serg" <S***@discussions.microsoft.com> wrote in message news:C8D1499C-46C7-4192-B4A0-D76FD0F681B9@microsoft.com...
  How do I install ISAPI filter in IIS? I need ISAPI filter to process folder
  paths such as http://MyUrl/folder1/folder2/folder3

  There is no "ISAPI filters" tab in my IIS.

  Thanks!
Are all your drivers up to date? click for free checkup

Author
28 Mar 2005 8:35 PM
Brock Allen
Yes, ISAPI filters are website-wide, so you'll need to configure this at
the root node. This is an important point, since this ISAPI will be used
by all apps for the wesbite you've configured.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> How do I install ISAPI filter in IIS? I need ISAPI filter to process
> folder paths such as http://MyUrl/folder1/folder2/folder3
>
> There is no "ISAPI filters" tab in my IIS.
>
> Thanks!
>
Author
28 Mar 2005 11:06 PM
Juan T. Llibre
There's been ISAPI filters in IIS
since quite a few versions back.

Which IIS version are you using ?



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

Show quoteHide quote
"Serg" <S***@discussions.microsoft.com> wrote in message
news:C8D1499C-46C7-4192-B4A0-D76FD0F681B9@microsoft.com...
> How do I install ISAPI filter in IIS? I need ISAPI filter to process
> folder
> paths such as http://MyUrl/folder1/folder2/folder3
>
> There is no "ISAPI filters" tab in my IIS.
Author
29 Mar 2005 1:25 AM
Serg
Using IIS 5.0 - that's correct,  I can see the filter for "Default Web Site"
set of sites...

Thanks to all who replied!

Bookmark and Share