I had already done with SQL. But I want to know how to start making my own server. I am making my own website.
3/20/2018 12:33:35 AM
Warith Vatanaplachaigoon6 Answers
New AnswerThere are a few way to do it here are some https://www.sololearn.com/discuss/1085522/?ref=app
If you are familiar with C#, just follow steps in this link and you will have C# server with MS SQL database http://www.nakov.com/blog/2015/05/28/free-asp-net-mvc-hands-on-lab/
First figure out what OS you want to install on it. I'd recommend learning Linux because it's the industry standard and is vital to know. If this is a home server you'll probably need to buy a static IP from your ISP. Once you have the server up and running you need to configure it with your static IP. Then you'll want to learn how to secure your server. Read up on good security practices like managing incoming requests and ports (IPTables). Then you'll need a webserver such as Apache or Nginx. Pick one and learn it. Both have their pros and cons.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message