HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/CMSModules/Chat/web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.serviceModel>
    <bindings>
      <webHttpBinding>
        <binding name="ChatSecureBinding">
          <security mode="Transport" />
        </binding>
      </webHttpBinding>      
    </bindings>
    <behaviors>
      <endpointBehaviors>
        <behavior name="ChatEndpointBehavior">
          <enableWebScript />
        </behavior>
      </endpointBehaviors>
    </behaviors>
    <services>
      <service name="CMS.Chat.ChatService">
        <endpoint name="Public" address="" behaviorConfiguration="ChatEndpointBehavior" binding="webHttpBinding" contract="CMS.Chat.IChatService" />
        <!--<endpoint name="Secure" address="" behaviorConfiguration="ChatEndpointBehavior" binding="webHttpBinding" bindingConfiguration="ChatSecureBinding" contract="CMS.Chat.IChatService" />-->
      </service>
      <service name="CMS.Chat.ChatSupportService">
        <endpoint name="Public" address="" behaviorConfiguration="ChatEndpointBehavior" binding="webHttpBinding" contract="CMS.Chat.IChatSupportService" />
        <!--<endpoint name="Secure" address="" behaviorConfiguration="ChatEndpointBehavior" binding="webHttpBinding" bindingConfiguration="ChatSecureBinding" contract="CMS.Chat.IChatSupportService" />-->
      </service>
    </services>
  </system.serviceModel>
  <location path="Services/ChatService.svc">
    <system.web>
      <authorization>
        <allow users="?" />
      </authorization>
    </system.web>
  </location>
  <location path="Services/ChatSupportService.svc">
    <system.web>
      <authorization>
        <deny users="?" />
      </authorization>
    </system.web>
  </location>
  <location path="CMSPages">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>  
</configuration>