Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

ISAPI Filters

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
IIS 5.0 Isapi Filters - I added a Webtrends cookie filter to an IIS web site. It added, but when I try to access the web via FrontPage this new isapi filter prevents web access. When I remove the filter, access is restored. Any..

use of default isapi filters - We are running IIS 5. We are not running asp.net. Can someone point me to any on what the default isapi filters do, which ones can be removed and which ones should not be removed for security issues etc? We have a client who has asked us..

problem with ISAPI Filter -Web site level filters - Hello, I have a ISAPI filter which get the headers from all the web sites , which i on my IIS. When i installed on IIS 6.0 the Priority of the ISAPI filter in Web-site -ISAPI filter tab is UNknown. But in my i have..

IIS 6 and SEND_RAW_DATA Filters - Hi, I am wondering what the proper approach is to implement ISAPI Filter 'like' in IIS 6. I have a filter, which is well tested and works fine in IIS 5, that won't load in IIS 6 under Worker Process

Raw data filters - In one of the technical white papers for Windows Server 2003, it is stated that may not be with IIS 6.0 worker process isolation mode such as written as read raw data Can someone explain or give..
Next:  IIS: Internal connection to web site.  
Author Message
jbrister

External


Since: Jan 27, 2004
Posts: 2



(Msg. 1) Posted: Tue Jan 27, 2004 6:13 am
Post subject: ISAPI Filters
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

please can someone shed some light on a problem I am
having with IIS 4.0 on NT 4? I have an ISAPI Filter which
was working correctly. Recently some changes were made to
the IIS configuration which has resulted in the DLL being
loaded and executed in DOS mode.

Does anyone know what I need to do to stop this from
happening? The DLL will not execute in DOS mode, and I
cannot find out why IIS is trying to load it in this way.

Many thanks,

J

 >> Stay informed about: ISAPI Filters 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Jan 27, 2004 7:34 am
Post subject: Re: ISAPI Filters [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In general, you have to know EXACTLY what you are doing when configuring an
ISAPI Filter, ISAPI Extension, or CGI, as any misconfiguration will likely
cause either server malfunction or whatever you were doing won't work
correctly. Plus, it's quite difficult to troubleshoot this sort of issue
with second-hand information, so you must be patient, provide the right
information using consistent terminology, and be very observant.

Please give:
- the filename and path of the "ISAPI Filter" you are referring to.
- where this "configuration change" is happening -- is it in the ISAPI
Filters tab (if so, is it at the website level or global level), the
Application Mappings tab (if so, for what extensions, and what is the
checked-status of the Script Engine and "Check if file exists" options), or
somewhere else (describe the tab).
- what event log entries are associated with the "problem" you are observing
- what do you mean by "executed in DOS mode" -- default IIS configuration
does not show execution on the screen at all, so it seems like you have some
other system modifications in play that you must describe.
- are requests actually failing, or are you just concerned about something
executing in a "DOS mode".

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Jay" <jbrister.DeleteThis@redfig.com> wrote in message
news:4fe101c3e4c6$a911cf00$a401280a@phx.gbl...
Hi,

please can someone shed some light on a problem I am
having with IIS 4.0 on NT 4? I have an ISAPI Filter which
was working correctly. Recently some changes were made to
the IIS configuration which has resulted in the DLL being
loaded and executed in DOS mode.

Does anyone know what I need to do to stop this from
happening? The DLL will not execute in DOS mode, and I
cannot find out why IIS is trying to load it in this way.

Many thanks,

J

 >> Stay informed about: ISAPI Filters 
Back to top
Login to vote
jbrister

External


Since: Jan 27, 2004
Posts: 2



(Msg. 3) Posted: Tue Jan 27, 2004 8:34 am
Post subject: Re: ISAPI Filters [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David,

thanks for the reply. The ASAPI Filter is the jk 1.2 dll
for bridging to Tomcat 4.x. The filetr config was and is
fine. Some changes were made to the Web ServerService
configuration (I don't know what changes were made).

Fortunately, we had a backup of the configuration which we
have been able to roll back to, and that has fixed the
problem. It would still be nice to know why IIS was trying
to load the DLL in protected mode and where this is turned
on/off!

Thanks,

J


 >-----Original Message-----
 >In general, you have to know EXACTLY what you are doing
when configuring an
 >ISAPI Filter, ISAPI Extension, or CGI, as any
misconfiguration will likely
 >cause either server malfunction or whatever you were
doing won't work
 >correctly. Plus, it's quite difficult to troubleshoot
this sort of issue
 >with second-hand information, so you must be patient,
provide the right
 >information using consistent terminology, and be very
observant.
 >
 >Please give:
 >- the filename and path of the "ISAPI Filter" you are
referring to.
 >- where this "configuration change" is happening -- is it
in the ISAPI
 >Filters tab (if so, is it at the website level or global
level), the
 >Application Mappings tab (if so, for what extensions, and
what is the
 >checked-status of the Script Engine and "Check if file
exists" options), or
 >somewhere else (describe the tab).
 >- what event log entries are associated with
the "problem" you are observing
 >- what do you mean by "executed in DOS mode" -- default
IIS configuration
 >does not show execution on the screen at all, so it seems
like you have some
 >other system modifications in play that you must describe.
 >- are requests actually failing, or are you just
concerned about something
 >executing in a "DOS mode".
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"Jay" <jbrister.RemoveThis@redfig.com> wrote in message
 >news:4fe101c3e4c6$a911cf00$a401280a@phx.gbl...
 >Hi,
 >
 >please can someone shed some light on a problem I am
 >having with IIS 4.0 on NT 4? I have an ISAPI Filter which
 >was working correctly. Recently some changes were made to
 >the IIS configuration which has resulted in the DLL being
 >loaded and executed in DOS mode.
 >
 >Does anyone know what I need to do to stop this from
 >happening? The DLL will not execute in DOS mode, and I
 >cannot find out why IIS is trying to load it in this way.
 >
 >Many thanks,
 >
 >J
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI Filters 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Tue Jan 27, 2004 10:15 pm
Post subject: Re: ISAPI Filters [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To be blunt, IIS is not intentionally trying to load the DLL in protected
mode in a random fashion just to spite you -- the problem is that someone
screwed up the configuration of IIS. IIS is being a good program in
following your instructions -- whether it's good or bad -- because it's
trusting that the administrator can make the right decisions.

The holy grail of Artificial Intelligence has not been reached in Software
engineering, so programs aren't going to try and make decisions for you to
intentionally annoy you (despite what appearances may suggest) -- the human
is still in control.

I have no idea what you are describing, so I cannot offer any advice on what
to turn on/off -- but I can tell you that when IIS is executing there should
be no "DOS mode" windows visible and that there's no IIS configuration to
turn these windows on/off -- so your problem is probably not with IIS
configuration.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Jay" <jbrister.RemoveThis@redfig.com> wrote in message
news:544101c3e4da$5ab83150$a601280a@phx.gbl...
David,

thanks for the reply. The ASAPI Filter is the jk 1.2 dll
for bridging to Tomcat 4.x. The filetr config was and is
fine. Some changes were made to the Web ServerService
configuration (I don't know what changes were made).

Fortunately, we had a backup of the configuration which we
have been able to roll back to, and that has fixed the
problem. It would still be nice to know why IIS was trying
to load the DLL in protected mode and where this is turned
on/off!

Thanks,

J


 >-----Original Message-----
 >In general, you have to know EXACTLY what you are doing
when configuring an
 >ISAPI Filter, ISAPI Extension, or CGI, as any
misconfiguration will likely
 >cause either server malfunction or whatever you were
doing won't work
 >correctly. Plus, it's quite difficult to troubleshoot
this sort of issue
 >with second-hand information, so you must be patient,
provide the right
 >information using consistent terminology, and be very
observant.
 >
 >Please give:
 >- the filename and path of the "ISAPI Filter" you are
referring to.
 >- where this "configuration change" is happening -- is it
in the ISAPI
 >Filters tab (if so, is it at the website level or global
level), the
 >Application Mappings tab (if so, for what extensions, and
what is the
 >checked-status of the Script Engine and "Check if file
exists" options), or
 >somewhere else (describe the tab).
 >- what event log entries are associated with
the "problem" you are observing
 >- what do you mean by "executed in DOS mode" -- default
IIS configuration
 >does not show execution on the screen at all, so it seems
like you have some
 >other system modifications in play that you must describe.
 >- are requests actually failing, or are you just
concerned about something
 >executing in a "DOS mode".
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"Jay" <jbrister.RemoveThis@redfig.com> wrote in message
 >news:4fe101c3e4c6$a911cf00$a401280a@phx.gbl...
 >Hi,
 >
 >please can someone shed some light on a problem I am
 >having with IIS 4.0 on NT 4? I have an ISAPI Filter which
 >was working correctly. Recently some changes were made to
 >the IIS configuration which has resulted in the DLL being
 >loaded and executed in DOS mode.
 >
 >Does anyone know what I need to do to stop this from
 >happening? The DLL will not execute in DOS mode, and I
 >cannot find out why IIS is trying to load it in this way.
 >
 >Many thanks,
 >
 >J
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI Filters 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]