Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all
i have a web server that connect to SQL Server using an SQL-user, but i changed the user password , and now the web site is not working .how can i find the sql client that handles this issue or where what can i do ??

Thank you
Posted

1 solution

Change web.config file of your application

HTML
<connectionstrings></connectionstrings>


in this section you to change by your new password
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900