Blank Page
When browsing AlertWeb hosted on IIS, you may encounter one of the following symptoms:
- An HTTP 500 Internal Server Error
- A blank page displayed in the browser
Both issues are caused by a missing or misconfigured StaticFileModule in IIS.
Cause 1: StaticFileModule not installed
IIS does not have the Static Content role service installed.
Resolution on Windows Server
- Open Server Manager and expand Roles.
- Right-click Web Server (IIS) and select Add Role Services.
- Under Web Server → Common HTTP Features, check Static Content.
- Complete the installation.
Resolution on Windows Vista / Windows 7
- Go to Control Panel → Programs and Features.
- Click Turn Windows features on or off.
- Expand Internet Information Services → World Wide Web Services → Common HTTP Features.
- Enable Static Content and confirm.
Cause 2: StaticFileModule missing from StaticFileHandler
The error message reads: "The StaticFileHandler is missing StaticFileModule from its module list."
Resolution
-
Open IIS Manager (
inetmgr). -
Expand the server name and select the web site.
-
In the Features View, open Handler Mappings.
-
Right-click the StaticFile handler and select Edit.
-
In the Module field, ensure the following modules are listed:
StaticFileModule, DefaultDocumentModule, DirectoryListingModule