A
androger
Hello,
I have developed some webservices, that I tested with
localhost through a client in C#. It worked fine, but I
move the services to a different server, I get this
response randomly:
Client found response content type of 'text/html', but
expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><font face=Verdana color=#ff3300>Server
Application Unavailable
</font></h1>
<p>
<font face=Verdana>
The web application you are attempting to access
on this web server is c
urrently unavailable. Please hit the "Refresh"
button in your web browser
to retry your request.
</p>
<p>
<b>Administrator Note:
</b> An error message detailing the cause of this specific
request failure can b
e found in the application event log of the web server.
Please review this log
entry to discover what caused this error to occur.
</p>
</body>
</html>
I don't know if there are some settings that I missed
somewhere. either I get that error, or this one:
"The underlying connection was closed: An unexpected error
occurred on a receive"
Any help is greatly appreciated!
I have developed some webservices, that I tested with
localhost through a client in C#. It worked fine, but I
move the services to a different server, I get this
response randomly:
Client found response content type of 'text/html', but
expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><font face=Verdana color=#ff3300>Server
Application Unavailable
</font></h1>
<p>
<font face=Verdana>
The web application you are attempting to access
on this web server is c
urrently unavailable. Please hit the "Refresh"
button in your web browser
to retry your request.
</p>
<p>
<b>Administrator Note:
</b> An error message detailing the cause of this specific
request failure can b
e found in the application event log of the web server.
Please review this log
entry to discover what caused this error to occur.
</p>
</body>
</html>
I don't know if there are some settings that I missed
somewhere. either I get that error, or this one:
"The underlying connection was closed: An unexpected error
occurred on a receive"
Any help is greatly appreciated!