Monthly Archives: January 2012

Failed to run method ‘Microsoft.Web.Farm.SyncApplicationsRemoteMethod’ on server

I have currently been having an issue with Web Farm Framework 2 not provisioning my applications correctly. I would receive and error message saying that it could not delete the temp app pool file on the secondary server. Failed to … Continue reading

Posted in Development Log | Tagged , , | 1 Comment

Backup IIS Server Package to Amazon S3 using C#

I recently updated our backup process at work to store our backups on Amazon S3. I wanted a simple process to that would backup the IIS server configuration and website files that can be easily be restored on a new … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment

MVC Update User Online via Action Filter

Action filter to update the currently logged in users last online time to allow you to identify which of your users are online /// <summary> /// User Online Action Filter Attribute /// </summary> public class UserOnlineActionFilterAttribute : ActionFilterAttribute { /// … Continue reading

Posted in Development Log | Tagged , , , | Leave a comment