Running the Webinterface on 64Bit Machines having WSUS installed
WSUS enables the 64 Bit dynamic content compression. This compression prohibits the use of 32 Bit Webapplication in IIS (like the LOGINventory Webinterface). For now the only known possibility to avoid this is to turn off the compression.
You may do this via command line:
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
If you want to turn the compression on again, use:
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']