Questions tagged [wcf]

96 questions
1
vote
1 answer

Windows Server 2008 R2--how give a WCF service write permission to folder?

I'm using Windows Server 2008 R2. A WCF service running in IIS under ApplicationPoolIdentity needs permission to write to a folder. This was fine when the WCF service was using the built-in Application Pool named "DefaultAppPool," which runs under…
Tom Regan
  • 13
  • 3
1
vote
1 answer

WCF service published by VS2010 on IIS7 won't show on IE

I've published my WCF service using Visual Studio 2010 FTP option. Now when I test it using localhost/MyService/MyService.svc it is throwing an error in IE: HTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be…
Junior Mayhé
  • 185
  • 1
  • 10
1
vote
2 answers

WCF application Deploying in IIS, but SQL Server Database Connection is not working

I am new with WCF, I am trying to deploy my WCF sample application on IIS, This application works fine in debug mode with VS2008, This application authenticate the wcf messges with following code. I am doing it like this, I have added the resulted…
yasar
  • 11
  • 1
  • 5
1
vote
1 answer

Should ASP.NET v2 IIS server extension be missing after .NET 4 is installed?

I'm having a ton of issues when my ASP.NET sites are using version 2. For example, all my SVC and ASPX files return "file not found". Also when I use IISMgr and navigate to: ServerName ..... Web Service Extensions I notice that no ASP.NET v2 is…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
3 answers

High availability for Windows Service under Windows Server 2003

I have a following situation: I need to deploy a windows service that listens for incoming request on tcp port (basically WCF service). I have a High Availability requirement - the service must be deployed on two servers and if the service stops…
empi
  • 163
  • 1
  • 3
  • 8
1
vote
1 answer

Best PerfCounters for monitoring system health of IIS, WCF, WWF and .Net for a Workflow based solution

We have a solution built in .Net that will be installed into a client environment. The solution will span multiple servers and be running on multiple tiers. The client makes us of MOM (Microsoft operations Manager) to monitor the system. What are…
Gineer
  • 171
  • 1
  • 12
1
vote
3 answers

.Net Framework corrupted

We are facing a problem of .Net framework corruption for one our clients with the following environment: OS : Windows 2008 Server SP2; Framework : .NET Framework 3.5 SP1; Application Details Database : SQL Server 2008; Server : WCF hosted…
Samsudeen B
1
vote
2 answers

What steps do I need to perform to host a ASP.NET web service publicly?

I am really a programmer and new to web development field. I am tasked with creating a web service which must be publicly hosted (on internet) and which one of your application will use when needed. I have developed the web service (using…
Hemant
  • 229
  • 1
  • 3
  • 12
1
vote
1 answer

IIS WCF 503 Errors - Where to Find Logs of Them

I am trying to figure out where I can find the logs which list HTTP 503 errors that IIS has been returning when servicing requests for a WCF service that it hosts. I have looked in the following locations but I cannot find anything which indicates…
1
vote
0 answers

How can I check if my wcf service is using NTLM or Kerberos?

My WCF service is hosted in IIS and communicates with it's clients via TCP (net.tcp binding), not http. I'm using Microsoft Network Monitor to monitor traffic on the server. I see the Protocol Name is NMF when communicating form client to server,…
1
vote
1 answer

WCF Discovery on Windows Server 2019 getting ICMP Typ 3 Code 3

The problem: I've installed Windows Server 2019 and I am trying to discover my WCF services running on a Windows Server 2012R2. But that's not working and in Wireshark I see a ICMP Destination unreachable (Port unreachable). My current…
squadwuschel
  • 111
  • 1
1
vote
2 answers

Encrypting MSMQ

So I want to do asynchronous, disconnected, across-the-Internet messaging with WCF. Probably due to my background in Apache ActiveMQ, I'm looking at MSMQ for this. In ActiveMQ, it was a simple thing to encrypt a queue connection; you simply chose an…
Kyle
  • 1,859
  • 2
  • 17
  • 23
0
votes
0 answers

IIS 10 - How to show DNS-alias / port 80 in WSDL-url for a WCF-service behind load balancer

Our IIS setup has a IIS Application Request server in front of three types of IIS servers (ruleengine, Microfocus Cobol on IIS and "the rest of the applications". All the basic setup of each server is done by a common script (Configure IIS and…
rhellem
  • 295
  • 1
  • 5
  • 14
0
votes
1 answer

How to restrict a IIS7 WCF service to a specific IP

I'm trying to enable one IP adress from accessing and consuming my WCF service. How can i do it ? is there a way to do it with IIS ?
0
votes
1 answer

IIS 8.5 throwing 400 Bad request in Production when calling REST WS using Post method

I've a strange issue. Let me explain in details below step by step: I've a vendor developed REST WS (Made using WCF) for synchronizing data with MS CRM. I've developed a windows service, which fetches batches of data to be synchronized from a…
S M Kamran
  • 125
  • 1
  • 8