D
domagoj
Hi there
I implemented a mixed mode authentication as follows:
main site using forms authentication
redirector site using windows authentication, creates a forms
authentication cookie and redirects to main site
the problem is if i go to the main site everything works fine
if i go to the redirector site it redirects to the main site ( as
expected, cookie is generated as expected and in site
Context.Current.User is set as expected ) but no postbacks occur
anymore, even if i logout an logon to the main site problem resides, i
figured out that any "redirector" site protected by windows
authentication redirecting to my site causes postbacks to not function
anymore.
I tried the sample from Microsoft Press Book "Developing More-Secure
Microsoft® ASP.NET 2.0 Applications" and same thing happened.
My config Vista SP1 .NET 3.5
or 2003 R2 .NET 3.5
Applications are .NET 2.0 applications
tia dom
I implemented a mixed mode authentication as follows:
main site using forms authentication
redirector site using windows authentication, creates a forms
authentication cookie and redirects to main site
the problem is if i go to the main site everything works fine
if i go to the redirector site it redirects to the main site ( as
expected, cookie is generated as expected and in site
Context.Current.User is set as expected ) but no postbacks occur
anymore, even if i logout an logon to the main site problem resides, i
figured out that any "redirector" site protected by windows
authentication redirecting to my site causes postbacks to not function
anymore.
I tried the sample from Microsoft Press Book "Developing More-Secure
Microsoft® ASP.NET 2.0 Applications" and same thing happened.
My config Vista SP1 .NET 3.5
or 2003 R2 .NET 3.5
Applications are .NET 2.0 applications
tia dom