tags:

views:

152

answers:

1

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?

A: 

I was able to get REST WCF up and running on my GoDaddy shared hosting. Since I spent so much time searching online and haven't find anything, I've written a post on my blog.

http://blog.infaloom.com/?p=57

Feel free to ask if you need any help.

Best

Jovica Zaric