VS 2008 Login control

Discussion in 'Visual Studio' started by Baltick, Oct 25, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    I have a problem with VS 2008 login control: when I run my website using visual Studio on my PC connected with remote db it works well but when I run it on remote website it shows password incorrect (identification datas are correct in the db).

    Can somebody help me ?
    Baltick
     
  2. ...It shows password incorrect? What exactly do you mean?

    It seems like you are testing this the right way, locally against the remote DB.
    Any inconsistency may be files that differ on the local and remote.
     
  3. Thank you for your message
    Well, I mean the login control shows "Your login attempt was not successful. Please try again".
    I tried to make my own login page with text boxes instead of VS 2008 login control with code behind using membership class for identification, anyway the result is the same after copying the pages to remote discountasp website.
    Baltick
     
  4. I'm not sure what to recommend other than it looks like you need someone to dig into this for you, look at the code and try to help that way.
     
  5. OK,
    finally I succeeded in running the website with security skills:
    1) I had not followed exactly the reference doc https://support.discountasp.net/KB/a337/how-to-configure...
    2) The membership provider in login control properties was not correct
    3) I had'nt changed the connection string name in AppCode/...designer.cs file for LocalSqlServer too.

    Hoping this may be useful for others...
    Baltick
     
  6. mjp

    mjp

    Thanks for following up.
     
  7. Good job ;-)
     
  8. mjp

    mjp

  9. ...I've been helping him by Email. ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page