Re: Websites require a login



I think I had a series of issues going on. I discovered several things:
The directory of the default website had changed, so I went back to using
inetpub/wwwroot. I suspect this had to do with folder permissions. The
site was set to anonymous acccess and integrated security. Since Anonymous
Access takes precedence over integrated security (I believe), it was
attempting to logon with anonymous first and being rejected. It's now up
and running as intended. Thanks for all your help.


"Kat" <KatMagicBlue@xxxxxxxxx> wrote in message
news:u2V8WJheHHA.4868@xxxxxxxxxxxxxxxxxxxxxxx
Every time I attempt to run a localhost website, it asks me for a login,
as if I am not a user on the local machine. I am a user on the local
machine, I am an admin on the local machine. I am not on a network. I
have windows xp professional installed, iis is installed and until
recently everything worked fine. I am using windows authentication, and
have changed everything I can think of to full control, even the Everyone,
the vs develoeprs, the debugger users, and every account on this machine,
just to see if authorization is the problem. Still requires a login. If
I login with the same login I have already logged in with, it works, if I
do not login I get a "You are not authorized" message. I am the admin of
this machine, how can I not be authorized? If anyone has any ideas of
what to do, let me know! Thanks for your help.



.



Relevant Pages

  • Windows authentication difficulties
    ... I am having problems trying to perform authorization in a web ... application using windows authentication. ... if I try this I get the login prompt but it does not allow ... If you access the application from a remote machine ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: asp.net windows authentication
    ... if the browser requests a resource and get a 401, the browser asks a new login. ... you could write a handler that checked for the 401 and if the user had sent a valid login, redirect to an access denied page instead of responding with a 401. ... when a user trys to access a page that they do not have access to, they are given the annoying windows authentication popup, which is useless because they are denied in the web.config file. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Websites require a login
    ... the local machine. ... That's why the server is requiring a login. ... Because logging into Windows is different than logging into a web application. ... just to see if authorization is the problem. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Websites require a login
    ... if I am not a user on the local machine. ... I am using windows authentication, ... authorization is the problem. ... Still requires a login. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Checking IsAuthenticated for new ASP.NET session
    ... again...my issue is that I do not want to redirect a user to the login ... force authentication by denying authorization to index.aspx for all ... lets say you are an admin user and this is your ... but all the pages now have 5 javascript menus. ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading