R
Ryan Kanawyer
Guest
It looks like you are using SQL Express which I have never used but my guess is that what you are looking for is the "AttachDBFilename" section of the connection string. It has the path of the db file along with the name of the file. That is assuming you were wanting to use SQL Express and not SQL Server or something. You can also manually edit the connection string inside of the DataConfig.config file. If you want to setup the DB again (say you were meaning to pick something else and don't want to manually update the connection string) you can remove the DataConfig.config file from the configuration folder > reset app pool > hit the site and it will prompt you for the db info again to rebuild the DataConfig.config file from scratch.
Continue reading...
Continue reading...