I need coding for ASP.NET Web.config MSSQL connection string?
Use the below mentioned code for ASP.NET web.config MSSQL connection string.
< configuration >
< connectionStrings >
< add name="connect" connectionString="Server=localhost; Database=YOUR_DB_NAME; User Id=YOUR_USER_NAME; password=YOUR_PASSWORD;" providerName="System.Data.SqlClient;" / >
< /connectionStrings >
< /configuration>
Not at all
helpful Not much
helpful Some what
helpful Very
helpful Extremely
helpful | ||||||||
What could be better? (Optional)
X
Not related to my issue
Too complicated explanations
Too much information
Incorrect information
Unclear information
Incomplete information
Too old information
Do you have any other feedback about this faq ? 1000
|