CustomAuth with Sharepoint Server 2003
Fri, 25 Nov 2005 00:22:24 +0800
Hi all
I've setup CustomAuth with a normal web site, works great.
I repeated the setup with a sharepoint portal server 2003 site.
I've added the "Exclude managed path" for "Logon".
After i click on the login button, i keep getting a 500 server error.
1. Any idea what could be wrong? Setup error?
2. Ho ...
|
Session ID on ISAPI
Thu, 24 Nov 2005 17:39:31 +0200
when i working on isapi extension (written by MFC), is there anyway to know
the session ID (like ASP) ?
thank you
...
|
Writing an ISAPI filter to strip whitespace from HTML files
23 Nov 2005 11:49:23 -0800
Hi,
I am trying to write a simple ISAPI file that strips extraneous
whitespace (among other possible tasks) from any HTML document that
passes through it.
I have determined that the notification that I need to make use of is
SF_NOTIFY_SEND_RAW_DATA. The trouble is, is that if the HTML file is
sufficientl ...
|
How to maintain per-request response buffers in an ISAPI filter
23 Nov 2005 09:34:49 -0800
My ISAPI filter application reads through the raw data, provided by
SF_NOTIFY_SEND_RAW_DATA , looking for a particular meta-tag. When the
application finds the meta-tag it decides whether to send the requested
page. So the application needs to buffer the response until the tag is
found.
How should an ISAPI ...
|
Loading problems with basic isapi filter
23 Nov 2005 09:03:09 -0800
Hello there
We have to write an isapi Filter in C++ for our student project and
have encountered a lot of problems until now. We have written a test
filter with Visual Studio 2005, one that does minor things like
creating a file on the server file system and even one without any
functionality. We have used ...
|
Get paid to promote my site
Wed, 16 Nov 2005 18:09:52 +0000
Hello Fools - I'm getting paid 0.01 Dollars every
time I post here advertising
http://www.dhosted.com http://www.dhosted.com http://www.dhosted.com http://www.dhosted.com http://www.dhosted.com http://www.dhosted.com
Email Info@dhosted.com mailto:Info@dhosted.com to
sign up for this great chance to make ...
|
Post 1000 Message to Newsgroups Promoting my site and earn $100.00
Wed, 16 Nov 2005 16:26:46 +0000
Hello Posters !
I'm paying $100.00 to anyone who is willing to promote my site on the
newsgroups.
Start Promoting my site: http://www.dhosted.com http://www.dhosted.com . Today !!
Once you have done your 1000 posts email support@dhosted.com mailto:support@dhosted.com with the email address
you posted fr ...
|
|
|
Problem: rewriting of physical path fails with ASP.NET 2.0
Wed, 16 Nov 2005 11:55:50 +0100
Hi!
I just ran into a very surprising issue when I upgraded some of our servers
to .NET Framework 2.0 and ASP.NET 2.0: My ISAPI filter ceases to work :-(
What I do is pretty simple, I subscribe to SF_NOTIFY_URL_MAP and in there
change the pszPhysicalPath to point to a different destination. This works
fine ...
|
ISAPI performance using MFC
Mon, 14 Nov 2005 14:47:50 GMT
HI,
I am about to write a ISAPI application with MFC (i am using vc++ v6.0).
I have read places where people recommend NOT using MFC for performance
reasons, can anyone give me their opinion on this?
Regards
Neil
...
|
WinDbg or other Debug Utility for ISAPI?
Sat, 12 Nov 2005 01:04:29 -0800
I have a VC++ coded ISAPI module which also calls a supporting DLL. I have
coded both modules and thus have the source code.
I'm running debug builds and I'm throwing an ASSERT in the standard runtime
lib (fclose()) periodically on my test server. If I push the "retry"
button, I don't seem to load any d ...
|