Users

Discussion in 'Windows / IIS' started by ycwliberiao, Aug 7, 2009.

  1. Hi Guys,

    While I was developing, I created some users locally, but since I deployed, I cannot use those users. They are no longer functional. Since I did the site in the way that only the admin can create users, I cannot access the create user page because I created the admin user locally and it is not functioning on deployment.

    Please help me out.
     
  2. Do you have a SQL addon? If you do, did you upload your local database to our SQL server?
     
  3. Are we are talking about standard ASP.NET membership users in your SQL db..specifically users stored in the aspnet_Users table that links to aspnet_Applications?

    If we are then this sounds exactly like the same issue I encountered when I first uploaded my own web application to the DASP servers a while back. The problem is a common one, thanks to Scott Guthrie it is fully described here and he has included the solution to the problem: http://weblogs.asp.net/scottgu/archive/2006/04/22/443634.aspx

    ..it could always be something completely different however.
     
  4. Thanks

    Thanks,

    Your answer led me to somewhere very useful.
     
  5. I'm happy I was able to help. Given your response I think I might have correctly guessed what your problem was, but it might help other community forum users in the future if you can give some details.
     

Share This Page