The wcf tag has no wiki summary.
1
vote
1answer
15 views
IIS 7.5 “ web service does not conform to WS-I Basic Profile v1.1.”
I am trying to migrate a site from IIS 6 to IIS 7.5.
When the page loads, I receive the error as shown in the screenshot below. Even while files are identical on the IIS 6 server (where this works), ...
1
vote
1answer
50 views
Configuring transactional MSMQ on load-balanced servers
I've got a solution running on a single server right now that uses transactional private queues (msmq/wcf). Windows services consume and process messages on the queues, and the web application layer ...
0
votes
1answer
111 views
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 ...
1
vote
1answer
40 views
iis memory limit app pool recycle kills executing requests
I have a WCF service that might grow in memory. I put a memory limit on the private bytes to recycle the app pool after 500m of memory usage. I noticed that my w3wp.exe process can get to 600megs when ...
0
votes
0answers
14 views
Exposing BL as WCF service
I'm working on a middle-tier project which encapsulates the business logic (uses a DAL layer, and serves a web application server [ASP.net]) of a product deployed in a LAN. The BL serves as a bunch of ...
0
votes
1answer
69 views
Need hardware specification recommendation for a .NET4 WCF service server [closed]
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 ...
1
vote
1answer
21 views
Most secure way of connecting an intranet to an external server
I have an internal server that hosts an asp.net intranet application. I want to keep it completely and utterly secure and private however we need to expose some information through a WCF service to ...
1
vote
1answer
54 views
How to determine hardware requirements
I've been asked to spec the server hardware requirements for the application I'm currently developing and I'm not confident in my own abilities to do this correctly. I would ideally like a step by ...
0
votes
2answers
41 views
Will a change to the Web.Config file require that I restart IIS?
I've got a WCF component that I wrote in VS 2008 (using .NET framework 3.5) installed on a Windows 2003 Server. I've been having some problems using one of the methods, and in an effort to try and ...
1
vote
0answers
63 views
WCF custom certificate validator not invoked in BIG-IP environment
My WCF service with a custom client certificate validator works fine in my non load balanced environment.
When first deployed to BIG-IP environment there was a problem with it stripping SSL ...
1
vote
2answers
215 views
Keep WCF live , no IIS recycle
I have a WCF application. I d like to keep this application live all the time.
If there is a certain period of inactivity, does IIS app pool recycles?
How do I keep it alive all the time?
Should i ...
0
votes
1answer
70 views
How to configure a network router to forward (rebroadcast) wcf discovery
I can't perform wcf discovery through a network router.
I have a client and server app. When deploying these two apps to any two computers on the same lan it works perfectly. The client app finds ...
0
votes
1answer
100 views
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 ...
0
votes
1answer
65 views
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 ...
0
votes
0answers
66 views
WCF service (doing io) security exception IIS 7 Windows 7
I am working on a service that is doing the following...
**1- Read files in a folder (c:\abc) and return a list of files in that folder.
2- Returns the byte stream of a file on a server.**
This web ...
0
votes
0answers
103 views
WCF over VPN Network
We have connected the client network using VPN and trying to invoke the WCF service in our local application. We have received the following error message.
The communication object, ...
1
vote
0answers
47 views
Required Roles for hosting WCF Service in Windows Server 2008 R2
Which roles do I need to install on Windows Server 2008 R2 to host WCF Services?
3
votes
2answers
253 views
How to add a privilege to an account in Windows?
Given:
A VM running Windows 2008
I am logged on there using my domain account (SHUNRANET\markk)
I have added the "Create global objects" privilege to my domain account:
The VM is restarted (I know ...
0
votes
1answer
25 views
Service located on network
I've got a WCF web service that handles a portion of business logic and data access. This service is hosted on a server on our network at our office. Our website, hosted elsewhere, uses this service ...
0
votes
2answers
132 views
Windows Server 2008 does not recognize .NET 4.0
I installed the .NET Framework 4.0 in my Windows Server 2008. I also created and deployed applications that use MVC3 in the server using VS2010 and they work without any problem.
Now I need to ...
1
vote
1answer
304 views
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 ...
0
votes
0answers
209 views
How to run my WCF web Service on IIS 7.5 server?
Just finish to develop my first WCF service.
I have machine on my network that have windows server 2008 - and i want to run my wcf web service on this machine.
1.What files i need to copy from my ...
0
votes
0answers
150 views
WCF service using wildcard cert giving a DNS identity error
Not sure if this is the right place for this question... but I thought I'd ask it here as well as on stackoverflow.
I have a WCF web service that is setup to use Message based security. The service ...
1
vote
1answer
217 views
Permission needed for Named pipes on Windows 2008
Are there any special permissions needed for domain service account running a windows service which receives messages over named pipes? Hosting environment is Windows Server 2008.
Background:
We ...
0
votes
0answers
127 views
How to host the same service under IIS twice using different behaviors?
I have a service in production. There are lots of clients. And I want to host the same service
for the new clients using different binding and service behavior.
It seems that WCF runtime doesn't ...
0
votes
0answers
265 views
WCF WebService: Client can't connect, as soon as request client cerficate is activated
I have an .NET 3.5 WCF WebService hostet in IIS 6 and using a SSL certificate. The communication between client and server works. Then I activate "request client certificate" and the client can't ...
0
votes
1answer
393 views
WCF service hosted in IIS7 with administrator rights?
How do I grant administrator rights to a running WCF service hosted in IIS7?
The problem is, my code works fine in a test console application runned as an administrator, but the same code used from ...
0
votes
1answer
274 views
WCF Service in Windows Services
I create WCF service library and i test that working fine on WCF Test client(default). when i host the WCF service in winodws service that time i got the error. I am using windows XP sp3, .Net 3.5 and ...
0
votes
1answer
214 views
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 ...
0
votes
1answer
64 views
help about authentication with claims - Sharepoint 2010
i need more information about an error in sharepoint server 2010, in based your post:
SharePoint 2010 - The Security Token Service is not available, in my IIS look at configurations is enable 32-bits ...
0
votes
1answer
111 views
active directory client restriction and security
I have active directory and several clients joined the domain.
Every user logs to the computer with domain user and password credentials.
I need the users only to be able to log in to the specified ...
2
votes
2answers
175 views
PKI infrastructure and usage question
I work in a small software solutions company (50 employees) and I was recently tasked with experimenting with web services. Since we mainly offer solutions for Windows, I started toying around with ...
1
vote
3answers
176 views
How to run a program as admin
http://technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx#BKMK_S2
According to this article, Section Scenario 2: Configure an application to always run elevated,
I cannot see "Run this ...
1
vote
2answers
1k views
WCF application Deploying in IIS, but SQL Server Database Connection is not working [closed]
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 ...
0
votes
2answers
96 views
can a Windows cluster ever be cost competitive or should I just install Mono and Linux?
Can a Windows cluster ever be cost competitive or should I just install Mono and Linux?
My application is embarrassingly parallel, requires virtually no coordination across processors nor messaging ...
0
votes
1answer
314 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
241 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
534 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
461 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
236 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
337 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
455 views
WCF Communication Problem
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
626 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
541 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 ...
0
votes
1answer
573 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 ...
3
votes
4answers
3k 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
84 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 ...
5
votes
2answers
12k 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
637 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 ...
0
votes
3answers
4k 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 ...