The provided URI scheme 'http' is invalid; expected 'https'." & vbCrLf & "Parameter name: via
By Junaid A   Posted on July-26-2022 138
.Net
The provided URI scheme 'http' is invalid; expected 'https'." & vbCrLf & "Parameter name: via. solution
in web.config change
<security mode="Transport"/>
to
<security mode="None"/>
By asifjans   26-Jul-2022
Views 138