Results 1 to 3 of 3

Thread: Forms authentication and Usrname Password modal dialog...

Hybrid View

  1. #1

    Thread Starter
    Addicted Member Kamienios's Avatar
    Join Date
    Dec 2009
    Location
    Warsaw, Poland
    Posts
    159

    Forms authentication and Usrname Password modal dialog...

    Hi,

    I have the asp.net with authentication set to forms.
    After deploying new version on serwer it started to display a UsernName Password dialog box (like in windows authenticayion) on the login.aspx page.
    When user click "cancel" the login.aspx page displays normally and user could log in and continue his work normally.

    I don`t know how to get rid of that dialog box?

    Anonymous login on IIS is enabled, and the anynumous IIS user has access to that file - login.aspx

    Thanks!

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,597

    Re: Forms authentication and Usrname Password modal dialog...

    Hi.Kaimene.
    This states IIS problem.In IIS6 even if anonymous is enabled you have to remove the windows authentication.Go to properties-windows security- click edit on Authentication and access control, make sure than only Enable anonymous access is checked and nothing else.
    On IIS7.5 setting are under IIS-Authentication.If you have IIS7.5 let us know your exact setting because Microsoft decided to make things simpler but actually made them worst(my opinion).

    P.S. "I have the asp.net with authentication set to forms."
    How?
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forms authentication and Usrname Password modal dialog...

    When you say that you have deployed to a new server, is this a server on the same domain as your client machine?

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width