Re: multi user web hosting
Quote:
Originally posted by benxuk
i have a windows 2003 WE server, with the asp.net stuff installed and i was wondering about security...
i want to provide space for people to use *.aspx files, are there security issues ie: can anybody make an asp.net file to delete/rename or in any way modify files on the server?
if so, any suggestion's for applying additional security?
Well if user are connecting to your machine over HTTP they only have access to the Shared Folders. You can set it up such a way that user have only Read/Write/Execute permision.So another word you can set it up as you wish, make sure that you are using NTFS file system, and look up the help file. There are plenty of articles guide also MSDN has a lot of step by step guide on how to secure your sever and apply various security settings.
Hope this helps.