Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to install ISAPI filter for Url Rewriting?

Reply
Thread Tools

How to install ISAPI filter for Url Rewriting?

 
 
=?Utf-8?B?U2VyZw==?=
Guest
Posts: n/a
 
      03-28-2005
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!
 
Reply With Quote
 
 
 
 
George
Guest
Posts: n/a
 
      03-28-2005
You are looking in wrong places i guess.
Highlight "Default Web Site".

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

George.

"Serg" <> wrote in message news:C8D1499C-46C7-4192-B4A0-...
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!
 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      03-28-2005
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



> 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!
>




 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      03-28-2005
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...
======================

"Serg" <> wrote in message
news:C8D1499C-46C7-4192-B4A0-...
> 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.



 
Reply With Quote
 
=?Utf-8?B?U2VyZw==?=
Guest
Posts: n/a
 
      03-29-2005
Using IIS 5.0 - that's correct, I can see the filter for "Default Web Site"
set of sites...

Thanks to all who replied!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISAPI filter or http module Guoqi Zheng ASP .Net 10 01-27-2005 04:00 PM
Using ISAPI filter with .net for URL Rewriting Jon Maz ASP .Net 2 09-30-2004 02:04 PM
How do use change the default http handler in ASP,NET similar to ISAPI filter ? Anonieko Ramos ASP .Net 0 05-12-2004 11:18 AM
Framework 1.1 upgrade and ISAPI Filter Change Not Working Jeremy ASP .Net 1 08-29-2003 04:33 PM
ASP.NET and custom ISAPI filter authentication Michael Shutt ASP .Net 0 06-26-2003 02:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57