safely change password

Discussion in 'ASP.NET 2.0' started by brea245, Jul 31, 2008.

  1. Hi, would like to change password but not just on my account control
    panel.

    Howcan one change password for example on (upload)iis server andsql database.
    Would change need tore-configure the web.config file.
    And would I have to command prompt computer login with new password again??
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Your control panel login/password is the same as the FTP login on the server. If you change your password in the control panel, it will also change the windows login on the server.

    As for database login, you can go to the SQL database manager in the control panel and update the database user password. Once you changed the database password, you'll also need to update the web.config connection string password to match the new password.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page