Start creating server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Start creating server

I had already done with SQL. But I want to know how to start making my own server. I am making my own website.

20th Mar 2018, 12:33 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
5 Answers
+ 7
There are a few way to do it here are some https://www.sololearn.com/discuss/1085522/?ref=app
20th Mar 2018, 1:47 AM
Manual
Manual - avatar
+ 5
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/
20th Mar 2018, 1:12 AM
Vladi Petrov
Vladi Petrov - avatar
+ 5
Thanks everyone.
20th Mar 2018, 4:55 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 3
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.
3rd May 2018, 11:44 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 2
very cool info😁
20th Mar 2018, 4:29 PM
Othienno Rafael Soto Esperança
Othienno Rafael Soto Esperança - avatar