QUOTE (rafaelfpviana)
hello to all.
i just got a windows server and i'm kind of lost, i've allways used linux server.
well, first of all i need to know commom security tips for windows server and also i would like to know if someone can help me out with something.
I have a asp script that uses Scripting.FileSystemObject to read all of the servers files. How can i make this "Scripting.FileSystemObject" read only the folders where this user has access to? i'm linux it easy, just chown user.user folder and chmod 644 folder.
First of all, go to Windows Update (from the Start menu somewhere) to get all the latest security patches. You can also configure Windows Update to run automatically; some people don't like doing that, personally I have it run every night.
Next, download the Microsoft Baseline Security Analyser (search on www.microsoft.com/downloads for this). It's a pretty good tool to help you lock your server down.
Then run the Vulnerability Scan from Orbit on your server, that works pretty well too.
That lot should at least get your server secured well enough.
As for the scripting object permissions, good question... I don't know