Hi thank you for your reply, although I understand what I have to do now, I still don't understand a few things you said, its very complicated:
1. What do you mean by the you "don't support MSSQL user instances", what is user instances?
2. How do I create a .BAK file of my database? Can I not just zip it and upload it to my web space?
3. You say I need to change my connection string to this:
<add name="ConnectionString" connectionString="Data Source=Server IP\SQLEXPRESS;Initial Catalog=Database Name;User ID=DB_User;Password=DB_PWD" providerName="System.Data.SqlClient" />
But, there are no database user or password, I didnt set any, so what do I put there? And do I need to create a database user and password for it? Is it essential to create a password for the database?
Thank you for your help.
|