All Tags >
IIS 7 >
native modules (
RSS)
Sorry, but there are no more tags available to filter with.
-
Hi all, I've been looking into writing a native C++ module to replace content on webpages after all other processing in ASP.Net / IIS7. From looking around this site and msdn it seems that I need to hook the OnPostUpdateRequestCache event - which seems to be the last, usable, event to fire in the...
-
Hi, with ISAPI filter, we could normalize an url using support function SF_REQ_NORMALIZE_URL.I would like to know how to normalize an url in native modules.
-
Hi, I have following set of questions: 1) In isapi filter we would use the support function SF_REQ_ADD_HEADERS_ON_DENIAL to add specified headers to the server error response. How should i do the same in native modules? 2) what is the equivalent of SF_STATUS_REQ_ERROR in native modules API?
-
Anil, Thanks for the response. can we achieve the same in OnPostAuthenticateRequest notification? We cannot use OnAuthenticateRequest as for authentications like Certificate and IWA,we need to retrieve the user DN or the username and based on these a decision is made whether to set impersonation token...
-
Hi Anil, Thanks for the quick response. Does this mean that i can register for some notifications in a native module and use it as an wild card application map. Basically we have an isapi filter and an isapi extension on IIS6.we are planning to repace isapi filter with a native module for IIS7.But, In...
-
Hi, we have an isapi extension which does the following get a user handle with LSALogonUser() and then use ServerSupportFunction() with HSE_REQ_EXEC_URL attribute to change the change hImpersonationToken field with the token returned by LSALogonUser. Please let me know what is the API i need to use if...
Page 1 of 1 (6 items)