A
a95johjo
Hello,
I have a ASP.Net 1.1 web application installed on a Windows 2003
Server. The application is set up in a virtual directory and it uses
Windows Integrated Security. The checkbox "allow anonymous access" is
also checked.
It has been working fine and is working fine for most users.
For 3 users I have a problem that on one particular aspx page in my
application, when they click a button (there is only one button in
that dialog) they get prompted for windows credentials!!! This is
really strange! As far as I can see, the server is in the trusted zone
and all other pages in the same directory works. After three tries
(nothing works) they get the infamous "Access is denied due to invalid
credentials.".
I use LocalSystem as the application pool account.
I don't use Impersonation.
The users are in a the same domain as the server, however there are
users from other domains also accessing the system.
My first thought was that the file security on the aspx file was
wrong, but that seems to be ok.
Any ideas?
Best regards
Johan
I have a ASP.Net 1.1 web application installed on a Windows 2003
Server. The application is set up in a virtual directory and it uses
Windows Integrated Security. The checkbox "allow anonymous access" is
also checked.
It has been working fine and is working fine for most users.
For 3 users I have a problem that on one particular aspx page in my
application, when they click a button (there is only one button in
that dialog) they get prompted for windows credentials!!! This is
really strange! As far as I can see, the server is in the trusted zone
and all other pages in the same directory works. After three tries
(nothing works) they get the infamous "Access is denied due to invalid
credentials.".
I use LocalSystem as the application pool account.
I don't use Impersonation.
The users are in a the same domain as the server, however there are
users from other domains also accessing the system.
My first thought was that the file security on the aspx file was
wrong, but that seems to be ok.
Any ideas?
Best regards
Johan