| idaliac 2006-06-28, 6:57 pm |
| the server is failing to execute dynamic content (ASP and .Net pages), the
web service extensions for Active Server Pages and ASP.NET v1.1.4322 are
allowed, however all the dynamic pages fail with the following error
displayed by IE: The page cannot be displayed.
I tried wfetch to check the output from web server and the response is empty:
started....
WWWConnect::Connect("server","80")\n
source port: 1969\r\n
REQUEST: **************\n
GET /test.asp HTTP/1.1\r\n
Host: server\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
finished.
By checking the IIS logs, the asp requests are being recorded with the
following status:
sc-status = 200
sc-substatus = 0
sc-win32-status = 64
The error for status 64 is: "The specified network name is no longer
available."
but I dont know how to troubleshoot this error, can anyone help me ?
|