Hi Team,
I am trying to trigger Reload task from .Net using the QMS Service EDX Trigger method. I am facing issues with my web.config file in .Net
<extensions>
<behaviorExtensions>
<add name="serviceKeyBehavior" type="EDXfromWebPage.ServiceSupport.ServiceKeyBehaviorExtensionElement, EDXfromWebPage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
</behaviorExtensions>
</extensions>
<behaviors>
<endpointBehaviors>
<behavior name="ServiceKeyEndpointBehavior">
<serviceKeyBehavior/>
</behavior>
</endpointBehaviors>
</behaviors>
Below is the error which I try to trigger the task. Please help
The client certificate is not provided. Specify a client certificate in ClientCredentials.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The client certificate is not provided. Specify a client certificate in ClientCredentials.