Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear friends i have developed a small school website that its running well in local pc, i mean in my pc. Now i want to host it on server so... may i know how to get string of remote ms sql server? i have plesk control panel, please assist me with the procedure to launch sql based websites in remote server ms sql server windows webserver

thanks in advance to all my friend..

[edit] Spelling correction and some punctuation [/edit]
Posted
Updated 22-Apr-12 4:28am
v2

Hi,
First you need to allow remote connection. Go to following link :
support.microsoft.com/kb/914277

Then you can access it using IP address like,
"Data Source=192.168.155.144\SQLEXPRESS;User Id=sa;Password=pass;Initial
Catalog=test"
 
Share this answer
 
v2
Comments
Mohamed Mitwalli 22-Apr-12 9:43am    
Check your Link it's not working
Deepak_Sharma_ 22-Apr-12 14:33pm    
Hi,
I have updated the answer hava a look.
Mohamed Mitwalli 23-Apr-12 1:32am    
5
karthikh87 23-Oct-13 8:31am    
Thanks
Hi ,
Check this
Connection string over network[^]
Best Regards
M.Mitwalli
 
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