Questions tagged [wcf]

96 questions
0
votes
1 answer

Why we require SMTP Service to be installed while configuring IIS 5.1 or 6.0?

I am deploying WCF service and for that I have to configure IIS 5.1 or 6.0.. Why we require SMTP Service to be installed while configuring IIS 5.1 or 6.0? Could we uncheck a SMTP Service Option while configuring IIS 5.1 or 6.0?
Ashish Ashu
0
votes
1 answer

How can you hide the fact your server has a WCF service located at MyService.svc

Is there a way to serve up a custom "Sorry not found" page from a direct access request to a WCF Service (.svc file) on a server running IIS 6.0, and .NET 3.5 SP1. I have a requirement that my service in a Production environment is not discoverable.…
degnome
0
votes
0 answers

the file is open in IIS Worker Process

I have a WCF service hosted on IIS7. I am using source control tool (IBM RTC) to manage code base and continuous deployment on our testing server. but my deployment is failing because IIS has acquired lock on log file. Error message: The command…
Abhash786
  • 101
  • 1
0
votes
1 answer

net.tcp WCF self hosted service can't connect through IP but it connectes through localhost

I have windows server 2012 with IIS 8.5 When I try to access the silverlight project in the same machine using address http://localhost/silverlightproject, everything goes right but when I use the IP address http:///silverlightproject can't connect…
0
votes
0 answers

Cross-server NTLM authentication failing

I think this issue has less to do with software development and more to do with general network configuration, so I'm posting the question here initially. I have an MVC4 application hosted in IIS 7.5 on a Windows 2008 R2 server (let's call it WS1).…
0
votes
0 answers

IIS 7.5 - Change of bin files causes restart of other application

I have a problem where change of bin folder of one application, lets call it "X", causes other application ("Y") to restart. It looks like "Y" detects change of X\bin and decides it needs to restart. It causes serious trouble.. Apps are hosted on…
pkmiec
  • 51
  • 2
0
votes
1 answer

Hosting a WCF Service on IIS in a LAN without internet connection

This is probably a very simple fix, but I can't figure out what is wrong. I have two computers connected to the LAN ports on a D-Link WiFi router. I do not have an internet connection. The WiFi router assigns both computers IP addresses, as…
Brent
  • 53
  • 4
0
votes
1 answer

BizTalk configuration broken following WCF hotfix installation

I usually post over on StackOverflow, but thought this was probably better suited to ServerFault. Please migrate if I'm wrong! I am developing a WCF service and a BizTalk application on my workstation at the moment. As part of the WCF service, I…
0
votes
2 answers

Running multiple services on one Port 443 is possible?

I am new to network and firewall things, In our 2008 R2 server i have configured WCF service on windows service with port 443 and later i found another windows service already using the same port 443(SstpSvc - Secure Socket Tunneling Protocol…
Pradeep
  • 113
  • 1
  • 3
0
votes
1 answer

TCP Window Scaling. TCP scale factor not supported due to dynamic TCP Frame Size on windows 2008 server

PROBLEM Calling an asp webservice hosted by an ISP from our WCF service hosted on Windows 2008 Server is showing timeout/no response from webservice. DIAGNOSIS Using windows network monitor to packet capture and isolate packets sent a webservice…
scott_lotus
  • 1,079
  • 3
  • 16
  • 29
0
votes
1 answer

IIS 6.0 preventing "PUT" & "DELETE" method types on WCF 4.0 web service calls (403 Forbidden)

I am a developer trying to assist my server admin in figuring out how to get this issue corrected. But I have an app that is using WCF 4.0 configure-less setup to make RESTful webservices calls. Everything works fine locally but when pushed to my…
Collin Estes
  • 111
  • 1
  • 4
0
votes
1 answer

How to: Make X.509 Certificates Accessible to WCF

I have followed the instructions here http://msdn.microsoft.com/en-us/library/aa702621.aspx I runnning windows 2003 IIS6 with a seperate user account for the Application pool I give this user access to the private key using cacls.exe. This works…
Daveo
  • 21
  • 1
  • 8
0
votes
1 answer

Need hardware specification recommendation for a .NET4 WCF service server

I need a rough HW specification recommendation for a server with the following SW and usage specs: Windows Server 2003 or 2008. One .Net4 WCF service hosted on IIS, or self-hosted. 100 concurrent internet users, about 1 req/client/minute. Mandatory…
0
votes
1 answer

IP vs Server/machine name - WCF hosted on IIS 7.5

I created and deployed WCF service and web application(client) on IIS 7.5 problem : config of the client referring to the end point as ex: http://(IP address)/app/abc.svc this works fine. when i try to change IP address to Server Machine…
Yogesh
0
votes
1 answer

Security token between domains for WCF service

I have a WCF service on machine domain1\server1 that is accessible from a client on the machine domain2\clientA but not from machine domain2\clientB. From B I receive the error "the caller was not authenticated by the service (mscorlib,…
Gerard
  • 101
  • 2