No announcements
Found 300 threads
-
0 Votes
httpmodule for modifying request url in IIS 6
User-884387424 posted I need to modify the http request url for ".jar" files. The response should be ".jar.pack.gz" file instead of ".jar" file. For ...Unanswered | 2 Replies | 134 Views | Created by Anonymous - Monday, December 27, 2010 2:49 PM | Last reply by Anonymous - Tuesday, December 28, 2010 1:46 PM -
0 Votes
ISAPI Extension wildcard
User1227412397 posted Hello, I wrote an ISAPI Extension WildCard that proccess any request. Now my problem is that i want ...Answered | 1 Replies | 167 Views | Created by Anonymous - Sunday, December 12, 2010 7:11 AM | Last reply by Anonymous - Monday, December 13, 2010 7:50 AM -
0 Votes
isapi_redirect.dll
User-168765216 posted Hi All Does anyone know where I can get a 64Bit isapi_redirect.dll for a Xeon processor I have attempted to recomplie the dll and ...Unanswered | 3 Replies | 551 Views | Created by Anonymous - Tuesday, May 12, 2009 12:19 PM | Last reply by Anonymous - Wednesday, October 20, 2010 9:21 AM -
0 Votes
Getting the local path of a website programmatically
User-1010190652 posted Hey Again Everyone Just curious if there's an easy way to get the local path of a website on IIS 6.0 using the ...Unanswered | 5 Replies | 191 Views | Created by Anonymous - Thursday, May 22, 2008 2:53 PM | Last reply by Anonymous - Monday, October 11, 2010 11:39 AM -
0 Votes
Bug in lpszPathTranslated?
lpszPathTranslated within an IIS6 ISAPI extension DLL There are reports of rare events where the translated path becomes corrupted and stays corrupted until IIS is restarted ...Answered | 4 Replies | 146 Views | Created by Anonymous - Wednesday, March 10, 2010 10:00 AM | Last reply by Anonymous - Monday, August 23, 2010 11:50 AM -
0 Votes
Trilead ISAPI Filter for IIS
User1426135382 posted Hello, I'm looking for Trilead ISAPI Filter for IIS. This ISAPI Rewrite filer was great, but now I can't found any link for ...Answered | 1 Replies | 175 Views | Created by Anonymous - Monday, August 2, 2010 5:32 PM | Last reply by Anonymous - Monday, August 9, 2010 7:30 AM -
0 Votes
Is there a max limit of ingsend header in ISAPI filter
ServerSupportFunction (pfc, SF_REQ_SEND_RESPONSE_HEADER, (PVOID) "301 Redirect", (DWORD) buffer, 0); If the ...Unanswered | 2 Replies | 180 Views | Created by Anonymous - Thursday, February 18, 2010 6:55 AM | Last reply by Anonymous - Wednesday, July 14, 2010 4:21 AM -
0 Votes
isapi dll crash unhandled exception
User-237550690 posted Hi all, I've a strange crash inside my isapi.dll I can't understand. Inside my HttpExtensionProc (and inside most of my methods) I've put try/except blocks to ...Answered | 2 Replies | 153 Views | Created by Anonymous - Tuesday, July 6, 2010 7:40 AM | Last reply by Anonymous - Wednesday, July 7, 2010 8:02 AM -
0 Votes
ISAPI filters - which IDE to use for it, which Visual Studio is easiest to use for it - VS2008 problem
User-1666393761 posted Hi there, I happen to have to provide a way to rewrite a few URL's - the link to the posting below seems like what I ...Answered | 2 Replies | 190 Views | Created by Anonymous - Friday, July 2, 2010 4:42 AM | Last reply by Anonymous - Saturday, July 3, 2010 1:34 AM -
0 Votes
Isapi Extension with /CLR
User67809311 posted Hi to all i wrote an Isapi Extension with managed code I build successfull and obtain a ...Answered | 1 Replies | 253 Views | Created by Anonymous - Thursday, June 10, 2010 4:13 AM | Last reply by Anonymous - Friday, June 11, 2010 9:22 PM -
0 Votes
Is there any ISAPI Filter/Module to change URLs in HTML output on the fly?
User560496267 posted Hi there, Recently i have succesfully installed ISAPI_Rewrite in our IIS6.0 powered web server in order to rewrite all incoming requests from SEO-friendly URLs ...Answered | 1 Replies | 164 Views | Created by Anonymous - Thursday, June 3, 2010 6:07 AM | Last reply by Anonymous - Saturday, June 5, 2010 3:35 PM -
0 Votes
HttpHandler not loading from assembly
User-1167697378 posted Hi, I have written a sample handler in C++ following below article. {/clr:oldSyntax and /LD option ...Unanswered | 1 Replies | 225 Views | Created by Anonymous - Wednesday, June 2, 2010 3:04 AM | Last reply by Anonymous - Friday, June 4, 2010 12:54 AM -
0 Votes
Access to QueryString in an ISAPI Filter ...
User-1176233794 posted Hello Everyone, Does there ever exist any way to access the QUERY_STRING that was used while triggering the request. I want to access ...Answered | 1 Replies | 212 Views | Created by Anonymous - Thursday, May 27, 2010 10:23 AM | Last reply by Anonymous - Thursday, June 3, 2010 7:57 AM -
0 Votes
use of HSE_REQ_IS_CONNECTED on IIS6
ServerSupportFunction(pECB->ConnID,HSE_REQ_IS_CONNECTED,&statusConn,NULL,NULL); if (statusConn) ...Answered | 1 Replies | 201 Views | Created by Anonymous - Tuesday, May 18, 2010 5:43 AM | Last reply by Anonymous - Tuesday, May 25, 2010 4:53 AM -
0 Votes
Problem with s4u logon impersonation - It does not impersonate and logs in with anonymous user
impersonateUser2((LONGLONG)GetCurrentProcessId(),userName,(LONGLONG*)&testout); } LogErrorEvent(L"Quintiles Extension ...Answered | 1 Replies | 253 Views | Created by Anonymous - Thursday, May 13, 2010 4:28 AM | Last reply by Anonymous - Friday, May 14, 2010 9:46 AM -
0 Votes
Tomcat "Service Temporary Unavailable" Error
User1835456325 posted Hi guys, I've been researching this error for the past few days and am no where near to finding a solution so I hope someone can ...Unanswered | 4 Replies | 1098 Views | Created by Anonymous - Monday, April 26, 2010 6:16 PM | Last reply by Anonymous - Tuesday, May 11, 2010 10:48 AM -
0 Votes
TerminateFilter - Question
User74821773 posted I am facing an issue with IIS, specifically TerminateFilter. We have TerminateFilter method exposed via a DLL and have added that as an ISAPI filter to IIS. From ...Unanswered | 1 Replies | 127 Views | Created by Anonymous - Monday, March 15, 2010 10:22 AM | Last reply by Anonymous - Friday, May 7, 2010 12:36 PM -
0 Votes
ISAPI Filter for Active Directory Authentication
User-1731375608 posted for classic asp to Authenticate user in Active Directory are there any built in ISAPI filters available. if not can anyone guide me how to build ISAPI filter ...Answered | 4 Replies | 343 Views | Created by Anonymous - Wednesday, April 21, 2010 1:24 AM | Last reply by Anonymous - Thursday, April 22, 2010 6:36 AM -
0 Votes
Is it possible to use ISAPI Extension to capture a TCP/IP package to get MAC address ?
User-724692886 posted Hi there, We want to use some skill to get MAC from external request to make a 'uniquely identify a ...Answered | 2 Replies | 131 Views | Created by Anonymous - Wednesday, March 17, 2010 6:43 AM | Last reply by Anonymous - Wednesday, April 21, 2010 3:19 AM -
0 Votes
ISAPI filters and Session variables
User1615376845 posted Hi, If I use an ISAPI filter to monitor incoming HTTP requests on IIS, Except for the HTTP request contents, what other objects are exposed to me? For ...Answered | 2 Replies | 202 Views | Created by Anonymous - Tuesday, February 23, 2010 11:26 AM | Last reply by Anonymous - Wednesday, April 21, 2010 1:34 AM
No announcements