While his response was worded a bit rude, he's kinda right. To do anything properly with a server you will NEED to learn some basic programming and computer skills.
What korv was saying is correct, you are running the wrong exe files. There are two folders, one for debug, one for the actual compiled version.
Personally I'd just use the debug version for your server until it's 'finished'. As such just push f6 to debug/run it and then log in and test.
Once you've made all your changes and got the server done you can worry about using the actual compiled .exe files. He may disagree with me here, it just seems like the simplest/fastest solution when still designing the server basics and provides the highest level of error reporting.
What korv was saying is correct, you are running the wrong exe files. There are two folders, one for debug, one for the actual compiled version.
Personally I'd just use the debug version for your server until it's 'finished'. As such just push f6 to debug/run it and then log in and test.
Once you've made all your changes and got the server done you can worry about using the actual compiled .exe files. He may disagree with me here, it just seems like the simplest/fastest solution when still designing the server basics and provides the highest level of error reporting.