-
Posted to
Extensibility
by
test_win
on
10-06-2009, 8:26 AM
The same dll(ISAPI filter) works fine in development enviroment.
Moreover in production environment we will not able to install anything.
Is there any other way.
-
Posted to
Extensibility
by
test_win
on
10-06-2009, 5:47 AM
Hi,
I have created an ISAPI filter.
It works fine on development and SIT server.
But in production server it doesn't works.
In event log the following gets logged
Reporting queued error: faulting application w3wp.exe, version 6.0.3790.2825, faulting module msvcr80.dll, version 8.0.50727.3053, fault address 0x00046039.
-
Posted to
Extensibility
by
test_win
on
09-17-2009, 7:42 AM
How to parse the authorization header?
What exactly we need to check in authorization header?
How to check it integrated windows authentication.
Can you please provide with some sample code / link
-
Posted to
Extensibility
by
test_win
on
09-16-2009, 7:37 AM
Below is the scenario for a virtual directory following are the setting in IIS
1. Enable Anonymous Access is DISABLED (check box is unchecked).
2. Integrated Windows Authentication is DISABLED (check box is unchecked)
3. Basic authentication is ENABLED (checkbox is selected)
In the web.config of the web application (for the same virtual ...