Tagged Questions
4
votes
1answer
583 views
AppFabric for WCF services on Windows Server 2008 R2
we are currently on windows server 2008 R2, IIS 7.5 and we are going to open some of our data via WCF services.
To do that, we are planing to host our services on IIS but I heard that it is not a ...
4
votes
1answer
904 views
Hosting WCF in IIS 7.5 vs Windows Service for Performance Considerations
I have a simple and direct question: is there any performance benefits (or any other type of benefit) I am unaware of when comparing hosting of a WCF service in IIS 7.5 vs. a Windows Service?
I am ...
3
votes
2answers
638 views
Will upgrading to Server 2008 R2 increase performance?
We are deploying two server-based applications, one WCF, and one a Winform that processes a lot of network traffic (like a custom-made WCF).
Generally speaking, would upgrading from Server 2008 to ...
1
vote
2answers
2k views
The configuration section 'system.servicemodel' cannot be read because it is missing a section declaration
I have somewhat of a problem.
My old webserver (windows 2003) have been replaced, with a 2008 R2. I have been given an admin account on it, and can do whatever I want, but I am no expert on this area.
...
1
vote
1answer
113 views
Updated to Win 2008 R2 SP1 - 404 on ajax requests with WCF
We are having the same issue as found here, however we are using WCF and returning a JSON web response.
I tried changing it from .asmx to .svc but figured it would be more involved. An error results ...
0
votes
1answer
12 views
File Backup/Sync between two servers
We're using windows 2008 R2 servers and we need to backup the file to the other server whenever a file gets uploaded.
Unfortunately, the client requires that there would be no file/directory sharing ...
0
votes
0answers
70 views
IIS Hosted service and Windows firewall issue
I've got an IIS hosted WCF service running at port 8081 on a machine running Windows Server 2008R2, which works fine when Windows Firewall is disabled. But I've ran into some problems when trying to ...
0
votes
0answers
373 views
Allow WCF services writing to custom Event Log (under Windows 2008 R2 Server)
Our web application (with small initial ASP.NET page and a number of WCF services)
uses custom Windows event log to record its events.
On Windows7 Professional and under Visual Studio service host, ...
0
votes
1answer
185 views
Unable to update excel (.xls) file in WCF deployed on Windows server 2008 R2
This issue is specific to a case, when i am trying to update an existing excel file via WCF. Please note that i am able to read excel files and the issue only occurs when i try to update any excel ...
0
votes
1answer
287 views
More Complex Data Types in WCF, Association Attribute, Include Attribute etc
I have found this question: Complex data types in WCF? which has a very similiar problem, except it's based on enumvalue problems. My problem is a little more complex. I have a service with methods ...