Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Friends I have created a asp.net website.
Now i used File manager to upload asp website(i uploaded whole website)
But Website is showing error page only.

I also want to know how to make connection with sql.

I Searched in google, found many links but always failed to do

Please Help Me........................
Posted
Comments
Vivek Krishnamurthy 9-Jan-12 15:27pm    
GoDaddy hosting problem, you may need to contact support on GoDaddy.com itself.

For sql connection, if you are getting any specific error, post the same.
You can get help on that.
Dan Roma 9-Jan-12 16:03pm    
how do you plan to connect to sql? (godaddy db or import existing file)..I've noticed that I always need to update my connection string to reflect production db..yes, please share error
Sergey Alexandrovich Kryukov 9-Jan-12 19:14pm    
Off-topic! Contact GoDaddy, that's it.
--SA

Ohhh God,

I was using ASP 3.5 and default set in go daddy was asp 4.0 :P
 
Share this answer
 
make sure you have paid for the plan that allows asp.net hosting
and the connection strings would be provided by godaddy along with that. i remember that even i had the same issues when i first hosted on godaddy. for a reference, maybe you can try the below

XML
<connectionStrings>

<add name="Personal" connectionString=" Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False" providerName="System.Data.SqlClient" /> <remove name="LocalSqlServer"/> <add name="LocalSqlServer" connectionString=" Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False" providerName="System.Data.SqlClient" />

</connectionStrings>


the above goes into you web.config file
 
Share this answer
 
v2
Hi,
You have to contact with supplier and make sure that you paid for a good service, because I've heard so bad things about Godaddy.

I was godady's client but I change because they do not help me when I need it! I recommend that you change for a linux host that it's so good and secure. My supplier is a peruvian company, which is web-hostingperu.com.

Take my advice and stay away from Godaddy ans search other options.
 
Share this answer
 

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