login problem: error 401.1

Discussion in 'Windows / IIS' started by florjonkoci, May 15, 2011.

  1. Hello,

    I have a folder inside my webapplication which requires login. In web.config i have as downbelow:

    <location path="Admin">
    <system.web>
    <authorization>
    <deny users="?"/>
    </authorization>
    </system.web>
    </location>

    i can't login. it displays allways the login dialogbox even the credential are correct.

    Anyone any ideas ?

    Thnx in advance.
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    It looks like you've denied access to all users. You need to allow access to the Admin account or whichever account you're trying to login with.
     

Share This Page