PDA

View Full Version : Alternative URL Works but not in the Domain Itself


evick
10-17-2009, 05:23 PM
Good night to the community,

I have this service working and running in this location
http://placesprcom.web703.discountasp.net/restful/webdataservice1.svc/ptg_hotels

I change the authentication by the IIS Manager to the root of the placespr.com but I'm not able to see the service running here:

http://www.placespr.com/webdataservice1.svc/ptg_hotels

Error:
The resource cannot be found.

I'm sure the resource exist , and if I enable the basic authentication
for the domain bring the error that confirms that the resource exist.

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.

Any hint of what can be done to resolve this situation?

Thanks
--evick

evick
10-17-2009, 06:29 PM
Thanks for the people that look to try to help.

The error was in this area

<add prefix="http://placesprcom.web703.discountasp.net/restful/" />

Thanks
--evick