Re: Websites require a login



re:
!> The point of integrated security is to use the authentication
!> of the user that is logged in.

Dead wrong.

The point of integrated security is to authenticate the user that *logs in*.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Kat" <KatMagicBlue@xxxxxxxxx> wrote in message news:uDdhGsheHHA.588@xxxxxxxxxxxxxxxxxxxxxxx
Not so. up until a few days ago, I did not have to log in to a web site once I was already logged
in to a system. I do not know what changed. The point of integrated security is to use the
authentication of the user that is logged in.


"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message
news:O5Te%23WheHHA.928@xxxxxxxxxxxxxxxxxxxxxxx
re:
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.

Just because you're logged into Windows
doesn't mean you don't have to logon to an http connection.

re:
I am using windows authentication

That's why the server is requiring a login.

re:
I am the admin of this machine, how can I not be authorized?

Because logging into Windows is different than logging into a web application.

re:
If anyone has any ideas of what to do, let me know!

Either :

a) use anonymous authentication
or
b) login when requested






Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"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

  • [Full-Disclosure] Advisory: Dark Age of Camelot - Weak encryption of network traffic exposed persona
    ... Weak encryption in game client exposed customer billing and authentication ... encryption for billing information. ... The login binary has undergone several updates since then. ...
    (Full-Disclosure)
  • Re: [PHP] Is this the best way?
    ... Why is Jason schreefing again? ... maybe I should edit my authentication function... ... attempting to login. ... really be either attempting an authentication *or* outputting some ...
    (php.general)
  • Authentication Sharing Across Apps
    ... For my part "B" question that I had (Login App was not returning ... authentication to calling app), I found the solution. ... Basically, in both the Login App and Calling App Web.Config, I did ... authenticated connection with SQL server. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: [PHP] Is this the best way?
    ... Jason Pruim schreef: ... I am attempting to add a little error checking for a very simple login system. ... So maybe I should edit my authentication function... ... really be either attempting an authentication *or* outputting some message ...
    (php.general)
  • Unable to get IP Address from DHCP server - 802.1x authentication
    ... user based VLAN authentication with Windows client as ... Authentication method: MD5-Challenge ... Login locally with the cached profile of user1 ... After entering the Radius server username & password the ...
    (microsoft.public.win2000.security)

Loading