On most of the machines on my work network my asp pages work fine, however on some they do not display with the message the page cannot be displayed.

There is nothing wrong with the code, I did a simple test consisting of

Code:
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<%response.write "hello world"%>
</body>
</html>
the same page as html displays correctly