Click here to Skip to main content
15,899,015 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi All,

How to Connect mdf file and asp.net 4.0 web application in virtual directory.
Posted

1 solution

connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\Gold.mdf;User Instance=true"

above connection string working fine for local machine. but not working in iis
 
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