Click here to Skip to main content
15,921,169 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
My client need to move my project to live. we also have account host gastor and i also dropped my database and file.Here i stuck. How to access database with project in host gastor

What I have tried:

I had moved all files and database in host gastor domain. i don't know how to connect db with files. how to run my web application in live
Posted
Updated 18-Feb-16 17:00pm
Comments
Shubham Choudhary 16-Feb-16 1:31am    
Hi, Just upload the all file using FTP or Cpanel of hosting server and Upload the Db on hosting server or make the script of db and run and now you have to connect the db to application, and you could do that through web config.
F-ES Sitecore 16-Feb-16 4:40am    
The host will provide instructions on how to upload your database and they'll also give you the details needed to connect to it via code (it's name, instance, port, username, password etc), and you change your connection string to matchm or if they're nice they might even give you the complete connection string to use.
SathishRam 16-Feb-16 6:15am    
Thanxs, i will try
SathishRam 16-Feb-16 6:35am    
Im getting this error:
HTTP Error 404.7 - Not Found
The request filtering module is configured to deny the file extension.

and inside admin panel
Parser Error Message: The file '~/Admin/TISMaster.Master' does not exist.

1 solution

Hi Sathishram,

You need to contact hosting provider what details you should use to connect to your SQL database. Basically, they will provide you the IP and port number.
 
Share this answer
 
Comments
SathishRam 24-Feb-16 4:41am    
Thanks AdamASPGee

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900