Click here to Skip to main content
15,867,889 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Configure connectionstring for iis7

here is my connectionstring in vs

connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />

i have another connection string

<add name="Connectionstring" connectionstring="Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Desktop\MyAPP\App_Data\blah.mdf;Integrated Security=True;Connect Timeout=30" providername="System.Data.SqlClient">
Posted
Comments
thatraja 3-Sep-14 7:56am    
Not clear

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