c# - Error setting up WCF Service in ASP.Net Core using Connected Service Tool -


bear me, new asp.net. trying add soap api asp.net core project, throwing out error when try right click on "references" "add connected service..."

enter image description here

in normal c# project, more comfortable in, service gets installed without issues, have going app.config adjust clientcredentialtype "basic" before api allow me access it. when not, error error:

"...client authentication scheme 'anonymous'. authentication header received server 'basic realm'."

similar error in picture above. there way change value prior trying gain access wcf service? not sure how implement api project.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -