Skip to main content

All Questions

Tagged with
0 votes
1 answer
69 views

Why am I getting Compilation Error from web.config

We have a .NET 4.8 WCF project that was working just fine and compiles just fine but is now throwing up the following web.config compilation error when I try to access any end point: Compilation ...
Manjhari's user avatar
  • 164
0 votes
1 answer
80 views

Visual Studio 2022 not hitting breakpoints in WCF service file (.svc) but breakpoints work in unit tests

I'm experiencing an issue where Visual Studio 2022 is not hitting breakpoints in a file (an .svc file) of my WCF project, even though the code changes are reflecting correctly and the breakpoints work ...
TheIntrovetCoder's user avatar
0 votes
1 answer
61 views

WCF implement IErrorHandler run into registered for extension 'enforceGreetingFaults' could not be loaded

I have an old WCF project that receives xml type of post-call. Recently, the caller says they are facing 500 while calling our endpoint. But when we checked the log, there was no record related to the ...
Circle Hsiao's user avatar
  • 1,930
0 votes
1 answer
273 views

Web.config Authorization - Allow Security Group

I have the following in my Web.config file, however this does not seem to work with an AD group. <authorization> <allow users="Domain\sg-name" /> <deny users=&...
John's user avatar
  • 273
0 votes
0 answers
102 views

Changed web.config file after access WCF service not working in https and throw error "Could not load file or assembly 'App_Web_e_nyphyd"

We have configured WCF web service with the "web.config" file for HTTPS. it is working fine, but when changing anything "web.config" file after accessing WCF web service from ...
hirenpatel's user avatar
0 votes
1 answer
394 views

WCF service is not exposing binding information

I have just a very basic WCF service implemented and I want the clients to have some properties in their config automatically generated, like maxReceivedMessageSize, maxBufferSize, etc (the default ...
Gergely Halász's user avatar
1 vote
1 answer
522 views

The remote server returned exception: (413) Request Entity Too Large

I know that this question has been asked a ton of times, but I have unfortunately not been able to adapt the answers into a working solution. I have a WCF service, running in the IIS, that throws a ...
Frederik Andersen's user avatar
0 votes
1 answer
277 views

run WCF service vb on IIS express display error when open web config

HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME ...
simon's user avatar
  • 5
0 votes
1 answer
83 views

Wcf webservice not working after migration to https

My react app was working fine when we were using wcf service over http. We decided to implement SSL for our website and now that service is not working. Tried many web config settings but its not ...
Hasan Zubairi's user avatar
0 votes
1 answer
1k views

Using WCF Service in .Net Core 3.1

I am converting my Web API in .Net framework 4 to .NET Core 3.1, and in API I am consuming a vendor WCF service. The WCF Service using Mutual certificate Authentication and basicHttpBinding and ...
Subhash's user avatar
  • 11
0 votes
2 answers
1k views

Why won't Authorization Rules in IIS restrict access to my WCF service?

I have a standalone WCF service hosted in IIS 10. I would like to restrict access to the web service to a select group of users. I was able to do this for a web application by doing the following in ...
VineAndBranches's user avatar
0 votes
0 answers
267 views

How to Enable GZip Compression when Communicating with a Remote Service Using WSDL and WCF

I'm trying to send data to the IRS using a WSDL file and WCF. I'm using .NET and Microsoft VS.NET, which created a proxy class I'm utilizing to communicate. My problem is I keep getting a message ...
Andre's user avatar
  • 13
0 votes
0 answers
56 views

reliableMessagingVersion in webconfig not allowed

We have the following web.config . We want to enable reliableSessions 1.0 on our service. The reason we are using this old technique is because we want to create a mock service for an older platform ...
Pablo Jomer's user avatar
  • 10.3k
0 votes
2 answers
729 views

Add namespace to WCF method

I have this WCF project I want to add 'tem' prefix to method not input like these lines XML code <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem=&...
Amir-ranjbar's user avatar
0 votes
1 answer
60 views

request for a specific client certificate in nettcp bindings

Is it possible to configure net tcp binding to request a specific certificate to be supplied by the client ? not just certificate which is trusted by the server but the exact same certificate defined ...
Yoav's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
31