A client program does not work
ActiveX client fails to display ASP/JSP/HTML files or servlets
Possible cause is that both IIS for serving ASP files and an HTTP server that supports WAS (such as IBM HTTP Server) are deployed on the same host, which leads to misdirected HTTP traffic if if both servers are listening on the same port.
To resolve, either...
- Edit the properties of the default Web server to change the port number.
- Install IIS and the HTTP server on separate servers.
See Also
Troubleshooting by component
IBM Support