Configuring the web interface to use IIS
Follow these steps to run the WhatsUp Gold web interface through an IIS (Internet Information Services) Web server.
- Stop the following services and applications:
- Allow MSDE to use SQL Server Authentication. Use Regedit.exe to set:
HKEY LOCAL MACHINE\Software\Microsoft\Microsoft SQL Server\WHATSUP\MSSQLServer\LoginMode=0
- Restart the MSSQL$WHATSUP service.
- Specify a username and password for WhatsUp Gold to use when connecting to MSDE:
- Go to and select the tab.
- Select the WhatsUp DSN and click . The Configuration wizard appears.
- Verify that the fields in the first dialog are correct and click .
- On the second dialog, verify that the option is selected. On this same dialog specify user=
sa
and password=wug_sa
and click . - On the third dialog, ensure that the first option is selected and WhatsUp appears in the drop-down menu and click .
- Continue to click until you come to the final dialog, and then click .
- Stop IIS.
- Create a virtual directory in IIS named NmConsole which points to
<WhatsUp Gold install path>\HTML\NmConsole\
. Go to Windows > > . Right-click on and choose . We strongly recommend that you name this new directory NmConsole. - Enable Parent Paths for the default web site (to support use of the relative paths used to navigate in the WhatsUp web interface).
- Go to .
- In the IIS Manager, expand Web sites, then right-click on the newly created NmConsole virtual directory and choose .
- On the Virtual Directory tab, click .
- On the Options tab, select . Click .
- Set authentication for the virtual directory you set up in Step 6. To do this:
- In IIS Manager, right-click the virtual directory and select , then select the tab.
- In , click . Enable anonymous access and set the username and password to a local administrator. Click .
- For IIS version 6:
In IIS Manager, select Web Service Extensions and allow Active Server Pages.
- Restart IIS.
- Set the internal web server to port 8080, or disable it. If you disable the WhatsUp web interface, ensure that the reports still load correctly.
- Restart the services and applications you stopped in Step 1.
- Connect to the WhatsUp web interface by opening a browser and entering the following address in the Address box:
http://ip_address - or - hostname:port/NmConsole/
: A known issue with IIS: when adding a device through IIS, you will receive an "error scanning device" error. There are two ways to address this problem. Please refer to the KB article, WhatsUp Gold - "Error scanning device XXXXX. Probable cause is it does not exist when using IIS as the Web Server (http://support.ipswitch.com/kb/WP-20061130-es01.htm, http://www.)."