ASP .NET and CS2002 Windows Authentication

From: Antonio Grassi (antonio.grassi@bull.it)
Date: 07/04/02


From: "Antonio Grassi" <antonio.grassi@bull.it>
Date: Thu, 4 Jul 2002 17:42:24 +0200


I have the following problem using:

Commerce server 2002 with Windows Authentication

ASP.NET

Following is the simplified content of the web.config file:

"

<system.web>

<compilation defaultLanguage="c#" debug="true">

<assemblies>

</assemblies>

</compilation>

<authentication mode="Windows" />

<identity impersonate="true" />

</system.web>

"

I have protected same .aspx pages using ACL

but ..

If I try to access to the page using an impersonated user with no access
right I am redirected (correctly) to the error.asp page. Then I close the
browser and I try to access to the same page using another impersonated user
with the correct access right. The result is that I am still redirected
(wrongly) to the error.asp page.

Then I restart IIS.

If I try to access again to the page firstly with the user with the correct
access right this one can work correctly while the other one is blocked
(correctly).

Is there anybody can help us ???

Ciao and Thanks in advance. Antonio and Angela-