Break through the connection statement when Integrated Security = True

Source: Internet
Author: User

Many people may have encountered such a web. config connection string.
 
 
<ConnectionStrings>
 
<Add name = "SqlClient" providerName = "System. Data. SqlClient" connectionString = "Data Source = localhost; MultipleActiveResultSets = True; Initial Catalog = XXX; Integrated Security = True"/>
 
</ConnectionStrings>
 
No SQL id or pwd
 
Searched for information
 
In this way, the user name and password are not required to connect to the SQL Server, and the windows user is used for verification directly. This avoids exposing the Sa account and password.
 
After searching, we found that this method can also connect to the database in our horse. The statement is
 
Persist Security Info = False; Initial Catalog = database name; Data Source = SQL Server Name (localhost); Integrated Security = SSPI; Provider = SQLOLEDB.1
 
Copy this sentence to the location where the aspx horse connects to the database.




From Shadow Security Net
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.