Hi Will,
Quote:
|
How do I make the 1st option work? How do I access my database remotely and recreate the table? What do you mean by this?
|
For accessing/managing databases remotely, You should have MSSQL Management Studio 2005 Express installed on your local machine. To access your database remotely and recreate the tables in it, is the same way you did it on local machine to create tables and add records under it.
Application pool = A grouping of one or more URLs served by a worker process. You don't need to worry about it, we do take care of it.
You will need to provide us the backup as per following procedure mentioned in the thread:
eukhost.com / forums / f15 / how-backup-mssql-server-2005-database-4563
and use the connection string in web.config as
Code:
<add name="ConnectionString" connectionString="Data Source=Server IP\SQLEXPRESS;
Initial Catalog=Database Name;User ID=DB_User;
Password=DB_PWD" providerName="System.Data.SqlClient" />
[Here DB_user and DB_PWD used are from the Database User created under Plesk CP.]
If you need any further assistance, kindly contact us on 24X7 Live Chat support.