issues mixing integrated Windows authentication and anonymous on same application
From: developer (developer_at_mgen.com)
Date: 08/26/04
- Next message: Kent Tegels: ""Access to the path <path> is denied" but it shouldn't be."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: DPAPI and config files"
- Next in thread: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Reply: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Reply: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 10:46:59 -0400
I'm having issues mixing integrated Windows authentication and anonymous
access on same IIS app.
Basically, any post back event fails (Forms collection empty and control's
event handler never called) on anonymous page when:
1 - user opens an aspx page that requires integrated Windows authentication
2 - user navigates to aspx page (through hyperlink, post back redirect, etc
...) w\ anonymous access.
ALL server side events fail on anonymous aspx page (Forms collection
empty...).
This is NOT an issue when using basic authentication.
This is NOT an issue when anonymous page is on a different web application.
To duplicate:
1- create two aspx pages, add then to same IIS application.
2- set integrated windows authentication on first page and allow anonymous
on second page (using IIS console).
3- add hyperlink that directs browser from windows auth page to second
anonymous access page.
4- add button to second aspx page, wire up click event handler for this
button.
5- launch first page (the one w\ windows authentication ).
6- click hyperlink to navigate to anonymous page.
7- click button once anonymous page loaded.
ISSUE: server side event NOT fired!
- Next message: Kent Tegels: ""Access to the path <path> is denied" but it shouldn't be."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: DPAPI and config files"
- Next in thread: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Reply: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Reply: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]