Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using SQLConnection to Connect to GoDaddy SQL Server

Status
Not open for further replies.

lloydejordan

Programmer
May 10, 2005
1
0
0
US
Has anyone written an ASP.NET Application on a GoDaddy Host server which connects to one of their SQL Server Databases?

Their tecnical help could not tell me how to use it. Their reply to me was " You would not be able to establish a remote connection to our database servers using any settings. These connections are blocked for security purposes."

So How do you use their databases using ASP.Net.

Thanks for your help
 
they should give you the IP Address of the server to connect to it
after that if you are using VS.NET you can go to Server Explorer, Right Click on Data Connections, click on Add Connection, file in the fileds with proper vaues IP, Username and password and select the your database

hope that helps


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top