Hosting Asp.net web site with DataBase to hosting server

kereAngenty

New Member
I have developed an e-comm web site in asp.net with sql server as a database.Now I want to upload that web site with DB to hosting server.This is my first web hosting and I don't know how to do it.I've created the DB script to recreate the DB at the hosting server, but I don't know how to run it on server. Please tell me how to do this.Please tell me what changes need to be done in my connection string in web.config file for connecting the DB which will be on hosting server.My connection string is:\[code\]<add name="DBCS" connectionString="data source=(local)\SQLEXPRESS;database=LAAFOOD;Integrated Security=SSPI;" providerName="System.Data.SqlClient"/>\[/code\]I also have ftp client "Filezilla" which i am able to use for uploading static html pages on server.Also tell me, are there any kind of free hosting services available for testing my E-comm web site online?Thanx in advance.
 
Back
Top