Questions tagged [wcf]

96 questions
0
votes
0 answers

Mutual authentication (WCF client connecting to SOAP service) fails with one client cert but works with another (but both trusted on server side)

Setup: a .NET (4.6) client application connects to a remote SOAP service over HTTPS. The remote service can be configured to require a a client certificate or not. What I am looking as an answer is any possible explanation of why scenario #2 fails…
Laurence
  • 241
  • 2
  • 9
0
votes
0 answers

IIS appears to allow maximum of one concurrent WCF webservice call per client

We have a windows application which calls webservice methods for database access. We've found a case where we make a long (15+ seconds), asynchronous webservice call to a WCF service on IIS. If the UI makes other, blocking (it's old code),…
0
votes
1 answer

WCF "rejected the client credentials" just for one user account on two computers

I am getting the well known WCF service error when connecting from a client. The server has rejected the client credentials. Logon attempt failed. as described e.g. in this question. My problem is that I get the error only from one user account…
Vojtěch Dohnal
  • 163
  • 1
  • 3
  • 17
0
votes
0 answers

IIS is overloaded with service requests

I have a Windows 2012R2 server with IIS10 on it. We've been running a wfc service on it for a few years but lately it's giving time out messages. I looked at the performance monitor and it shows quite a few requests in the queue. If I understand…
ErocM
  • 252
  • 7
  • 22
-2
votes
1 answer

can you install iis 7.5 full version on windows 7?

I have windows 7 professional installed on my pc. I have IIS 7.5 installed, but not sure if that is express edition or not. I deployed my WCF app on the IIS server. kept getting this error message. The protocol 'net.msmq' is not supported. did a…
qinking126
  • 341
  • 1
  • 4
  • 12
-3
votes
1 answer

Azure Cloud Services Running 4 hours straight

I've deployed some WCF services to the Azure Cloud Services, but it shows every day that it runs for 4 hours, when no-one is using the services. The only thing I thought was maybe it was hackers trying to find vulnerabilities, but I would imagine…
pqsk
  • 95
  • 2
1 2 3 4 5 6
7