Question

anonymous webservice

Hi team, I have implemented a custom webservice anonymous, in a private mode of chrome seams to be working but in the normal mode I'm getting this error:

The site is in https and the services are setup as per the academy 

   <service name="Terrasoft.Configuration.SMCustomConfigurationService.SMCustomConfigurationService">
        <endpoint name="SMCustomConfigurationServiceEndPoint"
            address=""
            binding="webHttpBinding"
            behaviorConfiguration="RestServiceBehavior"
            bindingNamespace="http://Terrasoft.WebApp.ServiceModel"
            contract="Terrasoft.Configuration.SMCustomConfigurationService.SMCustomConfigurationService" />
	</service>

Any Ideas?

 

Like 0

Like

1 comments

Solved. The AllowedLocations key was bad build.

Show all comments