User authentication problem

Discussion in 'ASP.NET 2.0' started by Aristotle, Aug 5, 2007.

  1. Do you see this user in your SQL 2005 database? I just want to make sure that you are actually connecting to your DiscountASP SQL 2005 database when creating the users.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. This isnt for SQL 2005.

    This is for the web application, in order to protect the www files.
     
  3. Hi,

    i've been trying to get user authentication to work in order to password protect our site.

    I've created a new user (united) in the user manager and given it read/write permissions to the whole site.

    Here's what i've put in my web.config:

    <authentication mode='Windows' />

    <authorization>
    <deny users='*' />
    <allow users='united' />
    </authorization>

    when i try to access the page, the username/password dialog pops up, but it won't take the username and password i've put.

    Any ideas what i could be missing here? This works fine in our test enviroment.

    regards,

    Fredrik
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Create a support ticket. Too manypotential problemon the error.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page