Hi,
I work with a newbie asp.net/ sql server programer (I didn't know that when I first worked
with him) in developing a website with CMS, he finished the work and he showed me that every
thing in the local host (on the pc) work just fine, when we tried to upload the files to the
server using ftp, we got this error:
http://www.radiorient.net/index.aspx
This is his first project to be online, so I'm not sure (so is he) what should be done to
solve this issue, I'm trying to do my part to try to solve this problem as I'm on strict
deadline.
He told me that the connection in the code is:
"public void get_con()
{con.ConnectionString="Server=local;database=Radiorient_db;User
ID=gyonis_radiorient;Password=xxx";
if(con.State==ConnectionState.Closed) con.Open();}"
Host Name: mssql.royaltyservers.com (64.15.146.79)
Database name: gyonis_Radiorient_db
Database Login: gyonis_radiorient
Database Password: xxx
Control panel: H-SPHERE
ASP.net/ sql server
Can any body please help me ASAP... Thanx


