* You are viewing Posts Tagged ‘IIS’

Install Webinterface on Windows Server 2003 (IIS6) 32 Bit

This is a simple click through tutorial for installing LOGINventory5 Webinterface on IIS 6. Please also refer to the more detailed installation guide which you can find in your Webinterface installation folder.

Note:
Most problems running the webinterface will appear if you are using a MS-SQL Server with windows authentication on a remote machine. Please create a SQL-Authentication user on your database server and  connect to your LOGINventory installation using LOGINventory Configuration from the start menu.

For creating SQL-Server logins, please see the SQL-Server,  respectively the Management Studio (Express) documentation or see http://msdn.microsoft.com/en-us/library/aa337562.aspx

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']