Click here to Skip to main content
15,924,317 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Appreciate ur best reply:

I never host any web application on the development server.
I learn the tutorial how to copy the file using file zilla FTP client.
But question is raised, how can I link my sql server machine to Http development server.
And how can I configure my database on the development server.
What at all DNS setting is require?


Thanx
Posted
Comments
Ankur\m/ 17-Jun-10 7:59am    
shanawazway wrote: can u give me any link or tutorial, through which I can learn "how to deploy web application and SQL server on Domain/Host"
Check the first link in my answer. Another suggestion - search Google/Bing. Believe me you will get lots of hits!!

1 solution

That's a lot of questions you have asked.

Start here: Beginner's Walk - Web Development[^]

shanawazway wrote:
how can I link my sql server machine to Http development server.
And how can I configure my database on the development server.

I hope you know about Connection String. Specify correct 'Database Server' address to the string with some additional parameters like database name, provider, userid, password etc and you can link your site to the database.
Refer this: Connection string asp.net[^]

shanawazway wrote:
What at all DNS setting is require?

See here: DNS Server configuration[^]. You may search for server specific configuration.

Hope this helps!
 
Share this answer
 
Comments
shanawazway 17-Jun-10 7:44am    
Hi Ankur, appreciate ur reply.
can u give me any link or tutorial, through which I can learn "how to deploy web application and SQL server on Domain/Host".

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