Users created locally not working on remote

Discussion in 'ASP.NET / ASP.NET Core' started by ycwliberiao, Aug 25, 2009.

  1. Hi Guys,

    I have created a website with an admin role. The admin is the only user that can create user as I have put the createUser.aspx page in a folder I have restricted to only admin. Now I created the admin user locallyu and when I tested locally, things worked as I expected, but now I have copied my files to the server, the admin user is no longer working. I cannot login with admin user and I cannot access the createUser.aspx page. All the users I created locally are all not working.

    How can I go around this problem?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    are you using membership provider?

    make sure you upload your database to the server.
     

Share This Page