-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-31-2009, 5:31 PM
Thanks a lot Anil once again. I owe you a lot. :-)
Thanks and Regards,
Saurabh
-
Posted to
IIS7 - Security
by
saurabh2309
on
03-31-2009, 12:23 PM
Thanks Lextm. The link sent by you really helped.
Thanks.
Saurabh
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-30-2009, 9:40 PM
Hi,
I have implemented a native module in IIS 7 and want to notify the IIS to terminate the session connection. This could be performed in IIS 6 ISAPI extension code by calling HSE_REQ_DONE_WITH_SESSION.
Please let me know how to do the same in IIS 7 ?
Thanks in advance.
Saurabh
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-30-2009, 9:24 PM
Thanks a lot Anil.
Regards,
Saurabh
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-23-2009, 8:40 AM
Hi,
I have a native module deployed on IIS 7 and I have applied the NTLM (Windows Authentication scheme) on a resource. The native module hooks call my native custom application code.
On accessing the resource, IIS challenges me and when I enter the credentials (for a user who has a local account on the machine), this results into creation ...
-
Posted to
IIS7 - Security
by
saurabh2309
on
03-22-2009, 3:03 PM
Hi,
I have a native module deployed on IIS 7 which calls a custom authentication/authorization application from withtin its hooks. I have enabled the Integrated Windows authentication in IIS to protect the resource. When I try to access this protected resource, I am challenged by IIS and I enter the credentials for one of the user present ...
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-19-2009, 5:23 PM
Ok. Thanks for the detailed explanation Anil.
Thanks and Regards,
Saurabh
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-19-2009, 3:16 PM
Thanks a lot Anil.
So, I guess a good approach would be to put the PreProcHeaders stuff in "OnPreBeginRequest" and the actual request processing (present in ISAPI module in HttpExtensionProc()) in "OnBeginRequest". Please confirm.
Thanks and Regards,
Saurabh
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
03-18-2009, 6:49 PM
Hi,
I have a legacy ISAPI module which uses the SF_NOTIFY_PREPROC_HEADERS event for performing the pre-processing of the request in the filter and processes the actual request inside the extension (HttpExtensionProc() hook).
I want to implement the IIS 7 native module in a similar manner. Is it ok if I keep the logic of preprocessing the ...
-
Posted to
IIS7 - Extensibility
by
saurabh2309
on
02-25-2009, 10:05 PM
Ok. Thanks a lot Anil.
Regards,
Saurabh