The wcf tag has no wiki summary.
0
votes
1answer
546 views
WCF service and application pool
I fixed a problem in a try and error way, I don't understand what I did and need explanation!!
When connecting to WCF service I got exception with message
The HTTP request was forbidden with client ...
1
vote
1answer
367 views
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 ...
0
votes
1answer
728 views
Explanation of WCF application life cycle in IIS 6 hosting environment
Hi all and thanks for reading,
I have a delay issue where my application takes a long time to start up when first called after an determinate period since the last call. The web application is a WCF ...
0
votes
1answer
769 views
Http 400 'Bad Request' and win32status 1450 when larger messages are sended to a WCF service
we sometimes receive Http 400 bad request resultcodes when posting a large file (10mb) to a WCF service hosted in IIS 6. We can reproduce this using SOAP UI and it seems that it is unpredictable when ...
1
vote
3answers
329 views
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 ...
1
vote
1answer
574 views
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 ...
1
vote
0answers
615 views
EndpointNotFoundException Connecting from Web Application to WCF Service on another Server
Two separate servers, one is an IIS7 web application trying to connect to a WCF service on the other server.
The initial connect always fails, sometimes the second, after that, everything works ...
3
votes
3answers
824 views
IIS7 folder permissions
I build a basic WCF service that I now want to host in IIS7 under Windows Server 2008 R2.
I added the service as an application under the default web site but whenever i try to run the application I ...
0
votes
1answer
738 views
Problem Activating “Windows Communication Foundation Non-HTTP Activation” feature in Windows 7 [duplicate]
Possible Duplicate:
Problem Activating “Windows Communication Foundation Non-HTTP Activation” feature in Windows 7
I'm having the following problem. I'm installing SharePoint ...
0
votes
1answer
811 views
Problem Activating “Windows Communication Foundation Non-HTTP Activation” feature in Windows 7
I'm having the following problem. I'm installing SharePoint 2010 Beta so I need to activate the windows feature "Windows Communication Foundation Non-HTTP Activation". The problem is I cannot activate ...
4
votes
4answers
5k views
IIS on localhost is very slow
I am using IIS7 on Windows Vista dual core cpu. The first time hit on a WCF service or an ASP.NET webform sometimes takes way longer than a minute which is not really acceptable for me.
I configured ...
0
votes
1answer
95 views
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 ...
6
votes
2answers
14k views
Howto WCF Service HTTPS Binding and Endpoint Configuration in IIS with Load Balancer?
We have a WCF service that is being hosted on a set of 12 machines. There is a load balancer that is a gateway to these machines.
Now the site is setup as SSL; as in a user accesses it through using ...
0
votes
1answer
801 views
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 ...
1
vote
3answers
5k views
Server Application Unavailable - Could not load file or assembly System.Web, Access is denied
I'm a developer trying to set up a virtual directory for a WCF web service on a Windows Server 2003 (32 bit) machine and I keep on getting "Server Application Unavailable" with the following logged in ...
1
vote
0answers
761 views
Classic ASP to WCF using the Service Moniker
I am trying to consume a WCF logging service from classic ASP without deploy a Com wrapper. I found a method of doing so here. Here is the vb script, simplified.
Dim addr
addr = ...
0
votes
1answer
169 views
how do i enable Asynch Module/Http on IIS7
I am trying to enable WCF to scale out using Asycn pattern, it is a configuration setting, to enable asynch processing, but i can't find out where this is. I think it was in .net 3.5 SP1 feature, but ...
1
vote
2answers
342 views
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.
...
2
votes
1answer
577 views
what are my options for hosting a WCF service
My company is building a system that will need to use user authentication and web services (WCF or ASMX whichever works, the differences are all confined to a tiny slice of code anyway) and our ...