ISAPI Extension
Fri, 5 Oct 2007 14:43:03 -0700
Hi.
I need to create an ISAPI extension DLL that will replace a list of keywords
in pages with a link dynamically (using the keywords) as the IIS processes
the pages.
I did some search, but I am not sure where to even start. ISAPI extension
doesn't seem to be well-documented.
Can anyone help?
--
B ...
|
Where is the ISAPI Extension Wizard
Mon, 01 Oct 2007 22:45:45 -0000
I have a problem for which an ISAPI extension wizard may be an
appropriate solution. From what I've read of them, they look promising.
But I've been unable to try them out, because I've been unable to build
one.
Every website I've seen says, in essence:
1. Open Visual Studio
2. Select Project/New
3. ...
|
SAPI - is this the place?
Wed, 19 Sep 2007 11:53:26 -0700
I want to ask questions about how to use SAPI in VC++ 2005. Is this the
correct newsgroup? And if so, is there a better place, since it looks like
nobody is monitoring this newsgroup, since there hasn't been a post in about
a week.
So, consider this a 'ping'. If it takes too long to get answers here, I
mi ...
|
Can ISAPI extension written to support on IIS 6 be also be supported on ISA based proxy server-2006 version?
Wed, 12 Sep 2007 23:20:05 -0700
Hi All,
I have an ISAPI filter + extension (.dll) written for IIS 6 webserver.
It supports following callbacks:
SF_NOTIFY_SEND_RAW_DATA
SF_NOTIFY_END_OF_REQUEST
SF_NOTIFY_PREPROC_HEADERS
SF_NOTIFY_END_OF_NET_SESSION
HttpExtensionProc ( supports wild card extension )
One of our customer are asking us to p ...
|
event id 14, data 7f, W3SVC, asp.dll failed to load
Tue, 11 Sep 2007 10:14:23 -0700
In winxppro sp2, I get the following every time I restart IIS 5.1:
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 14
Date: 9/11/2007
Time: 12:14:23 PM
User: N/A
Computer: KIRK
Description:
The HTTP Filter DLL C:\WINDOWS\system32\inetsrv\asp.dll failed to
load. The data is the e ...
|
[Open Source] IisShield - Application Layer Firewall
Tue, 11 Sep 2007 06:25:00 -0700
I'm proud to announce the release of IisShield 2.2.1 with support for
IIS 4.0, IIS 5.x and IIS 6.0.
IisShield is an ISAPI Filter for IIS that allows you to filter
incoming HTTP traffic thereby preventing known and unknown attacks by
maliciously formed requests, etc. It works in a similar way to the
Microsoft ...
|
Getting Started with SAPI Speech Recognition
Sat, 8 Sep 2007 17:14:37 -0700
I wish to create an application using VC++ 2005 Express or VB 2005 Express
that incorporates SAPI for Speech Recognition (SR). Could someone please
point me to a cookbook list of what I need to do to get started?
I see that Vista has SAPI 5.3 built into it. I can use a Vista machine to
develop this (I also ...
|
|
|
first isapi filter
Fri, 7 Sep 2007 12:31:18 +0100
Hello, I followed the instructions on the link below to create an isapi
filter.
http://www.codeproject.com/isapi/isapiredirector.asp
I changed the code so that a default gif is served for all gif requests.
/==========================================================
DWORD CGetgifFilter::OnPreprocHeaders(CHttp ...
|
401 in IIS7 (VISTA)
Wed, 5 Sep 2007 13:26:00 -0700
We have an existing ISAPI application (created in MFC / C++) that works great
for a number of years on IIS 4, 5, 6. Now we face a problem when testing on
VISTA IIS7. Specifically, the ServerSupportFunction
(HSE_REQ_SEND_RESPONSE_HEADER, "401 Access Denied",....) does not result in
an authentication prompt in ...
|
Re: Configure IIS to install certificate and enable SSL
Wed, 05 Sep 2007 06:03:33 -0000
There's many ways to do all those tasks, and recommendation really
depends on your requirements.
For example, to install certificates, you can use:
1. CAPICOM ActiveX component
2. System.Security.Cryptography.X509Certificates .Net namespace
And to configure IIS for the other two steps, you can use:
1. ABO
...
|