Ask a Question related to ASP.NET Web Services, Design and Development.
-
androger #1
web service access issue
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!
androger Guest
-
Web Service / SSL Issue
Did you ever get a solution to this problem? I'm just creating some webservices which work perfectly on their own, perfectly under HTTP directory... -
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Access Denied - Network Service vs Local Service
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS... -
TerraServer Web Service: access issue.
I am trying to run the terraDemo software from MS that shows how to access the MS TerraServer from a Web Services API within a c# program. When I... -
Web Service and a Timeout issue???
Hi Can you control a web service's lifetime? Is there a timeout property that can be set I would like to abort the web service consumer if the... -
jhill #2
web service access issue
did you ever find a solution to this problem? i'm seeing
the same basic thing except it's only one certain PC that
demonstrates the problem. all other boxes i've tried it
on work fine.
specific>-----Original Message-----
>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 thiserror>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>occurred on a receive"
>
>Any help is greatly appreciated!
>.
>jhill Guest
-
TK2828 #3
web service access issue
Hi,
my web service is config to use windows authentication. My client is able to
access the web service as long as I put them in the local administrators
group of the IIS box. If I remove them out of administrators group, then they
get 401 access denied error. Has anyone seen this before ? How do I grant
them access to the web service without granting them administrators' access ?
Thanks,
TK
TK2828 Guest



Reply With Quote

