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
the same page as html displays correctlyCode:<html> <head> <title>Untitled Document</title> </head> <body> <%response.write "hello world"%> </body> </html>




Reply With Quote