hello
how i can hide the connection string in the web configuration file to hack...Pls tell me ....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Aug 30, 2011, 10:39 AM
Integrated Security=SSPI;database=your_database;server=your_server
You would need to establish logins in SQL Server for each Windows user or group that needs to access the database, but with this access method there's no need to put the login credentials in the connection string.
Mittal SejpalPosted Aug 30, 2011, 5:17 AM