ISAPI and MFC applications
31 Aug 2005 05:42:49 -0700
I have a big problem in managing a Windows Application in an ISAPI DLL.
The reason I need an application in a Server application is that I want
my machine to be both server and client.
The problem I have is that I can create the MFC application and also
the related window, but I have control on this window o ...
|
How to set or post to AUTH_USER any info?
Wed, 31 Aug 2005 01:31:14 -0700
Hello,
I try to set or post to AUTH_USER information like UserName, but not success,
using in ISAPI filter with VC++?
I tryed use to set like lpstrcpy(auth->pszUser, "demo"), may sothing I do
wrong?
And for testing I want to see in servervariables("AUTH_USER") using ASP
P.S. Sorry for my English. ...
|
Weird, COM object inside DCOM object called from ISAPI fails after WS2003 SP1 update...
Tue, 30 Aug 2005 00:29:43 -0400
....returning "stub received bad data." Without SP1, works fine.
Situation:
Windows 2003 Server SP1 (all patches)
IIS 6.0
I have an ISAPI extension named something.dll which gets requests from
remote machine (basically XML strings that need to be passed to a COM
interface running in a service.)
On ...
|
GetHeader problem. authentication isapi filter.
Mon, 29 Aug 2005 05:25:02 -0700
Hi,
I m new implementing ISAPI filters. I m trying to do an ISAPI filter to put
the authentication box pop up away but when I try to get the header to
compare it with some parameters, the next error occurs:
auth.cpp(62): error C2664: 'BOOL (_HTTP_FILTER_CONTEXT
*,LPSTR,LPVOID,LPDWORD)' : cannot convert p ...
|
FREE Indian oil for men!
Sun, 28 Aug 2005 22:13:42 -0700
Free Indian oil promotion for men!
100% free trial bottle, safe and great fun!
Tel : 91-22-24449309/56663081
MURLI WAGHULDE
...
|
FREE Indian oil for men!
Sun, 28 Aug 2005 22:13:40 -0700
Free Indian oil promotion for men!
100% free trial bottle, safe and great fun!
Tel : 91-22-24449309/56663081
MURLI WAGHULDE
...
|
"MaxCopyThreshold" in \\....\Services\HTTP\Parameters
Sun, 28 Aug 2005 18:53:09 +0200
is anybody able to explain what exactly goes on in IIS 6.0 once the
"MaxCopyThreshold" value is set ?
david for example ? :)
regards from germany, markus
...
|
|
|
SetHeader Problem in ISAPI Filter with POST Request
Sat, 27 Aug 2005 02:57:23 -0700
Hi All,
I have an isapi filter that OnPreprocHeaders call SetHeader to modify the
"Authorization:" header.
With GET Requests everything works fine.
Unfortunatly with post request it seams that calling SetHeader deletes the
content of the post.
If I comment the SetHeader call everything works fine.
...
|
DLL needs to detect selection of confirm box ("OK" or "Cancel")
Fri, 26 Aug 2005 14:07:23 -0400
Hello,
I'm using windows 2003 server and running a DLL as an ISAexstension. I have
a web page(HTML) which contains a Delete button. When the user "clicks" on
this button, a confirm box ("OK" or "Cancel") appears. The confirm box is
done using javascript.
My question is, how does my DLL detect which sel ...
|
replacing of "location.replace"
Thu, 25 Aug 2005 16:52:17 +0200
i build a dynamic html page by ISAPI extension DLL
i want sometimes to build a html page that replace the previous page (so, if
i press back, that press return to "real" previous page)
i see that by javascript it is enbale by the function location.replace.
anyone have a suggestion how to make that when i build ...
|