IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list

Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application I received the following error: IIS 7.5 Detailed Error – 500.21 – Internal Server Error Server Error in Application “DEFAULT WEB SITE” Internet Information Services 7.5 [Error Summary] HTTP Error 500.21 – Internal Server Error …

Context menu extension to remove all .svn folders

Here is my version of Shell / context menu extension to remove all .svn folders (used by Subversion). This reg file adds menu item called ‘Delete SVN Folders’ under Right mouse click on folder. Download and run this file: DeleteSVN.reg Here is a full source of DeleteSVN.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @=”Delete SVN …