I have a Web application (website) that uses an SQL Server database.
I plan on creating anumber of clone sites so want to place the database in its own folder, outside of the main project folder.
It's the first time I've deployed a web application, so I have a couple of questions.
1) Is locating the database outside the project an acceptatble way of sharing the database?
2) The connection string will be different between my local machine and remote machine. The remote has Sql2008 Web Edition and my local machine SQL Server Express. Also the directory structure will be different as its not virtual. Is these anything I can do to automate this or is is purely a manual fiddle?
Thanks in advance.