Ask a Question related to ASP.NET Security, Design and Development.
-
elsa@hpl.hp.com #1
anonymous settings but getting prompted to login - why?
Hi,
I am running IIS on Windows XP Pro on a laptop and do not have a fixed
IP address (using DHCP, developing using localhost). I cannot get my
ASP.NET application to *not* perform authentication.
When I load my asp.net pages (.html files do not have this problem) I
am prompted to login, and if I click cancel, I get the 401.3 Access
Denied by ACL on resource error (this is in Mozilla, in IE it passes my
credentials thru).
(0) Anonymous is checked, Allow IIS to control password is checked, and
Integrated Windows Authentication is checked under Authentication
Methods in IIS admin on the web application directory.
(1) I have given the entire web application directory Full Control to
ASPNET, EVERYONE, and IUSR and it still prompts for a login.
(2) In web.config, it is set to:
<authentication mode="Windows" />
<authorization>
<allow users="*" />
</authorization>
I even tried changing to <authentication mode="None" /> but it didn't
make a difference.
(3) machine.config has default settings for authentication, same as on
my 2000 Server which works just fine.
Is there some other setting somewhere I am missing? Is it possible that
some files critical to the execution of ASP.NET do not have the correct
ACLs? Everything works fine on my 2000 Server, is there something
different about XP? I know many people who have this exact same
problem.
Any help would be most appreciated.
Thanks!
-Elsa
elsa@hpl.hp.com Guest
-
Logging anonymous and Active Dir users without login form
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously... -
Pls Help : WINNT user/Anonymous login error in Webservices ?
Hi, am using Sqlserver as a database which connects thru WINNT Authentication. I wrote a simple webservice which has 2 public functions ,one... -
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' msg
Hey Guys, I have inherited an evil app that I am trying to fix. It is a VB6 desktop app, that I am trying to port to the web using VB6/com+/ASP... -
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I'm getting a Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' error. I'm running IIS 6 on 2003 Server The error occurs when my asp.net page... -
Windows Authentication and Anonymous login URGENT
| users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,...



Reply With Quote

