When I upload my forum to a free host in aspspider.net:
http://aspspider.biz/tuankiet/forum
I have a problem in connect to the database. I can't connect to the database.
The connection string in web.config file is:
<connstr>user id=xxx;pwd=xxx;initial catalog=yaf;timeout=90</connstr>
The connection string the host give me is:
Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=username_datafilename
I tried both but I can't connect to the database
How can I do it?