setheader "http://localhost" does not work on 2003 server
Fri, 2 Nov 2007 00:03:00 -0700
Hi All,
I have an isapi filter that OnPreprocHeaders calls setheader to modify the
url to:
"http://localhost/test.html", it works fine on windows XP.But on windows
2003 server, it does not work.
I can be inferred from my log that the filter is called, and the setheader
is called successfully on 2003. ...
|
WSAENOTSOCK errors when IIS 5.1 is under heavy load
Thu, 1 Nov 2007 19:36:00 -0700
Hello.
We have an engine which does some specialized work. We've written adapters
for that engine that allow us to plug it into several different web server
platforms--Apache (1.3 through 2.2), Java (1.4+), .NET (1.1+). Last week I
wrote an ISAPI adapter for it. When the server is under load I see errors on ...
|
ISAPI for Keyword Replacement
Wed, 24 Oct 2007 13:00:01 -0700
Hi.
I am trying to write an ISAPI filter which would replace keywords with an
anchor.
So, my keywords are in a file called data.txt, and it has the following.
IIS http://www.intel.com
XP http://oracle.com
I have a test.htm file which contains the keywords. I have written the
following code, but the b ...
|
ISAPI Filter
Fri, 19 Oct 2007 19:28:03 -0700
Hi.
I have an ISAPI filter. All I want to do is replace keywords with anchors.
I have been trying to modify the raw data sent to client in
SF_NOTIFY_READ_RAW_DATA and SF_NOTIFY_SEND_RAW_DATA notifications without
much success. When I try to write out the body of .htm file, all I see is
the header infor ...
|
HttpFilterProc not being called
Thu, 18 Oct 2007 16:58:03 -0700
Hi.
I wrote a ISAPI filter. It's loaded fine because there are no errors in the
event viewer. However, HttpFilterProc is not called it seems. When I put
logging code in GetFilterVersion, it logs as I expected.
Please help.
--
Be Cool! ...
|
ISAPI and PDF?
Wed, 17 Oct 2007 11:43:00 -0700
Hello all,
In an ISAPI applicaton written in VC++, is it possible to have the output in
a PDF format instead of in HTML format?
Any workarounds?
thanks a lot
Srishti ...
|
iis + php installation
Sat, 13 Oct 2007 00:25:01 -0700
Hello
I have win 2003 and iis 6.0. I have tried to install PHP 5 (the newest
vesrion). I have followed the steps described in the php manual and
everything seems to be working right. But I have the following major problem.
I have a php page called phpinfo.php where I call the phpinfo(). When I
change php ...
|
|
|
URL Forward From WSS2003 sitecollection to Moss2007 Site collectio
Wed, 10 Oct 2007 08:18:01 -0700
We want to migrate from WSS2003 to Moss 2007 hosted in a completely different
server based on site collection.We will gradually move site collection wise.
After moving the site collections of 2003 to Moss I want to redirect the
users who type the 2003 site collection url to Moss 2007 site collection url.
F ...
|
isapi extension dlls and smartheap
Fri, 5 Oct 2007 15:13:00 -0700
Hi,
Has anyone tried to write an isapi extension dll that has Smartheap (from
MicroQuill) in its dependency chain?
I'm using Visual Studio 2005 and, following the help documentation, built
the sample web service using ATL server and unmanaged C++ featuring
temperature conversion. It runs fine in IIS.
...
|
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 ...
|