Hello,
This is the solution as provided by the hosting company for sqlexpress connection string.
-----------------INSTRUCTION ONE----------------------------------
To upload MSSQL 2005 Express or MS Access database (*.mdf or *.mdb) file you need to upload it using your favorite FTP client. Then you can connect it from your scripts.
------------------INSTRUCTION TWO----------------------------------
You must add to your connection string following unique value:
Code:
Database=UniqueRandomHashOrDBName
For Example:
Database=MyDatabaseJZb65bjk
Whole connection string:
Code:
Database=UNIQUEHASHVALUE;Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|dbna me.mdf
For more informations about ASP.NET visit main website
http://www.asp.net.
This topic is discussed here.
http://faq.freewebdot.com/index.php?...=35&artlang=en
Pl. provide us a webconfig file connection string for BeerHouse, based on this guidelines.
Thanks
SoftMind.