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 …
Category Archives: OS
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 …
Continue reading “Context menu extension to remove all .svn folders”
Windows XP menu ‘Add mirror’ greyed out
Today I was trying to make a software RAID 1 in Windows XP Professional. I thought I have done that a couple times, but today somehow menu Add mirror stayed inactive. I did a google search and to my surprise two KB articles from Microsoft support came out. How to create a mirrored volume on …