Alternative URL Works but not in the Domain Itself

Discussion in 'ASP.NET / ASP.NET Core' started by evick, Oct 17, 2009.

  1. 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
     
  2. Resolved - It was error in the Web.Config

    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
     

Share This Page