Free music - games - movies - software!!!
Tue, 17 Jan 2006 19:44:39 GMT
Get free music, games, movies and software!!! 100%
legal!
All you have to do is go to this site and sign-up: http://www.wooligan.net http://www.wooligan.net
This offer stands for a limited time only! ...
|
How to turn relative URLs into abolsute URLs?
Tue, 17 Jan 2006 19:28:05 +0100
Is there some kind of API that can change relative URLs to absolute URLs?
I want to use relative paths with HSE_REQ_SEND_URL_REDIRECT_RESP, but to
be HTTP 1.1 compliant only absolute paths shall be passed to this
function, as is told in the IISSDK.
How can this be achieved? ...
|
CustomAuth.dll Creates Problem When Open New Document
12 Jan 2006 22:06:14 -0800
I am working on CustomAuth.dll with IIS 6.0, Windows 2003 Enterprise
Server, Windows Sharepoint Services 2003. I successfully install the
CustomAuth.dll. its working fine. whenever user accessing site if user
is anonymous then user redirects to default authentication page. All is
working fine. But when user cr ...
|
ISAPI Problem
Thu, 12 Jan 2006 12:05:12 -0800
Hello All,
We are having trouble running ISAPI applications on IIS 6 on Win 2003 Server
and on certain IIS 5.1 Win XP machines. For Win 2003 machines, we have set
it to allowed in the Web Services Extension. We have it running on several
other Win XP pro machines and even one other Win 2003 Server machine. B ...
|
ISAPI Filter load failure when linking with registry functions!!!
Wed, 11 Jan 2006 22:10:03 -0800
I'm building a ISAPI filter based upon the AuthFilt example. Everything is
working as desired, now I need to store initialization parameters, so I'm
trying to use the old registry functions, e.g. RegOpenKeyEx and RegGetValue.
Now my filter won't start or maybe not even load.
My environment: Windows XP Pro ...
|
is GetHeader() returning a comma-delimited list?
Wed, 11 Jan 2006 09:47:47 -0500
It seems that a call to GetHeader(), to retrieve any "Set-Cookie:" headers,
for example, returns multiple set-cookie headers in a comma-delimited list
when there is more than one. There is no indication that you've retrieved
more than one header or where the delineation exists.
Since it seems that commas ...
|
when can I free the two LPSTR's for SetHeader()?
Tue, 10 Jan 2006 19:33:23 -0500
In my ISAPI filter, I'm using SetHeader() and AddHeader() to set and add
cookies.
The MSDN docs don't mention whether the strings are copied by the call or
what. So basically, before I leak memory all over the place, does anyone
know when it's safe to free the memory in those pointers? Immediately after ...
|
|
|
The domain name: GOOGLE.net.lv is FOR SALE
Mon, 9 Jan 2006 00:37:39 +0200
THE DOMAIN NAME: GOOGLE.NET.LV IS FOR SALE !
For More Details: http://www.google.net.lv
...
|
How to map URL prefix to ISAPI extension ?
Sat, 07 Jan 2006 08:38:45 +0100
I need to map not only file extensions but complete URL prefixes to
ISAPI extensions.
For example:
http://localhost/foo shall map to C:\MyExtensions\bar.dll
The resulting behaviour shall be that for example:
http://localhost/foo will set PATH_INFO to / and invoke bar.dll
http://localhost/foo/a/b/c will set P ...
|
Isapi filter for protecting files
Fri, 6 Jan 2006 18:20:59 +0100
Hi,
I'm trying to make an isapi filter to have only certain authenticated users
(impersonate, logged in using username/password with their user sequence
stored in a session variable) have acces to download certain files on the
server. So when requesting files from a certain physical directory on the
ser ...
|