Best way to administer a website remotely
- by Mark Szymanski
I have a Windows computer running an intranet website with IIS and I was wondering what the best way was to administer it from another computer, in this case, a Mac.
What I want to do:
Be able to edit pages from my Mac.
VNC into the server because it is 'headless'. (Already have this set up)
My current file syncing setup:
I have Dropbox setup to sync files between the computers and then use PureSync to sync the files in the Dropbox folder into the wwwroot folder.
Is there a better (faster/easier) way I could do all this?
Thanks in advance!