Archive for the ‘ Troubleshoot ’ Category

Faster ASP.NET applications

On the site codeproject.com I found a great article with some very good tips for you developers out there to speedup your ASP.NET applications.

64-bits not always better?

I recently found an article from an ASP.NET debugger with some good info about the differences in memory consumption of 64-bits machine vs. 32-bits machines

Trying to set a new drive letter for your virual drive and this error shows up?

  1. Control Panel >> Device Manager
  2. The drive will be under other devices
  3. Right mouseclick on the drive >> Update driver software
  4. Point to C:\Windows\System32

And you driver for your virtual drive will install and now its possible to set new drive letter ;)

If you have security patch 896358 installed or you have Windows 2003 SP1 it is possible that you cannot view .chm files on a remote share.

To fix it you should make a .reg file with the following content:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
“MaxAllowedZone”=dword:00000002

Run it and viola you should see your content again from a remote share.