User has to login twice. Why??

From: Dave (DavidTabaka_at_hotmail.com)
Date: 08/08/03


Date: Fri, 8 Aug 2003 05:40:47 -0700


I would check the permissions on folder where the login
form resides. It should be set to anonymous so all users
can get to it in order to login. Sounds like it's set to
Basic Authentication which is why you are getting the pop-
up

Dave

>-----Original Message-----
>Hello,
>
>I am using windows forms authentication in my asp.net
web application so
>that it uses ADSI to validate users.
>
>The application is in a virtual directory on my local
system,
>(http://Localhost/MyApp), and it makes the call to a
domain server on our
>network. Everything works great. When the application is
on the deployment
>server the user is required to login via the windows
login (Pop-up) and then
>once again via the login form.
>
>The test environment:
>------------------------------------------------------
>IIS Authentication Methods: (Local Machine)
>Anonymous access (unchecked)
>--
>Basic authentication(checked)
>Digest authentication(grayed out)
>Integrated Windows authentication(checked)
>------------------------------------------------------
>
>The deployment environment:
>The application is in the root directory,
(http://MyApp.com), and it makes
>the call to a domain server on the network.
>------------------------------------------------------
>IIS Authentication Methods: (Deployment Server)
>Anonymous access (unchecked)
>--
>Basic authentication(checked)
>Digest authentication(checked) I have also tried it
unchecked.
>Integrated Windows authentication(checked)
>------------------------------------------------------
>
>What security settings need to be changed?
>
>Here is the web.config file settings.
> <identity impersonate="true"/>
>
> <authentication mode="Forms">
> <forms loginUrl="logon.aspx" name="MyDomain"
timeout="10" path="/" >
> </forms>
> </authentication>
>
> <authorization>
> <deny users="?" />
> <allow users="*" />
> </authorization>
>
>Thanks,
>Bryan
>
>
>.
>



Relevant Pages

  • Re: XP Pro Logon
    ... domain server with the same login name and password as those of the old ... as user account login names as nothing more ... authentication, and each SID is unique, even if the two accounts have ...
    (microsoft.public.windowsxp.security_admin)
  • PC reboot while attempt domain login
    ... I encountered an issue where any attempt to login to my domain server (by ... Ctrl + Alt + Del) my PC will constantly reboot by itself. ...
    (microsoft.public.windowsxp.general)
  • Re: Big problem....Big Question
    ... > Cannot login to the Network Domain after having added the machine to ... > When I login to the Local Machine, I can then access Domain Server ...
    (microsoft.public.win2000.dns)
  • Re: Losing Network Connection
    ... Have you left that 'network wizard' software they have installed by default. ... exactly 10 hours after connecting to the domain server each day. ... function properly but I have to login to the server again after 10 hours ... I've checked GPO but can't seem to find any setting to control this. ...
    (microsoft.public.windows.server.sbs)