How to attach mdf in a relative directory

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I use asp.net 2.0 and SqlServer 2005 Express to develop my Web application
The database file of my applicaiton is "db.mdf", I put it in "myDB"
directory under the application folder.

I want to attach the mdf file when application start. How can I do that?
 
Back
Top