Does GoDaddy supports RESTful services via WCF

Posted by Amir Naor on Stack Overflow See other posts from Stack Overflow or by Amir Naor
Published on 2010-05-02T04:17:46Z Indexed on 2010/05/02 4:27 UTC
Read the original article Hit count: 1012

Filed under:
|
|

After deploying a WCF RESTful service that i created using the REST started kit, i got several errors that i managed to solve following this post: http://www.edoverip.com/edoverip/index.php/2009/01/30/running-wcf-on-godaddy

Now i'm stuck with this error:

IIS specified authentication schemes 'Basic, Anonymous', but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous. Change the IIS settings so that only a single authentication scheme is used

I saw that others got to this point without a solution. GoDaddy support dont know nothing.

Is it possible at all? Are there any web hosting services that you know that support that?

© Stack Overflow or respective owner

Related posts about rest

Related posts about wcf