Questions tagged [wcf]

96 questions
0
votes
1 answer

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 and believes it to be located at…
RobertMGlynn
  • 121
  • 2
0
votes
2 answers

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 install the WCF LOB in the server in order to install…
CiccioMiami
  • 209
  • 1
  • 3
  • 14
0
votes
1 answer

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 Visual Studio 2008. i got error. Error opening…
sivakumar
  • 1
  • 1
0
votes
1 answer

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 there isn't much on it.
Enigmae
  • 5
  • 2
0
votes
1 answer

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 Application in false, my machine is windows 2008…
user57938
0
votes
1 answer

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 computer and no other computer. This computer is…
darko petreski
  • 289
  • 1
  • 2
  • 8
0
votes
2 answers

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 between processors, can be evenly divided between…
H2ONaCl
  • 160
  • 8
0
votes
1 answer

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 authentication scheme 'Anonymous'. After a lot of…
Costa
  • 127
  • 1
  • 6
0
votes
2 answers

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 service and we are talking about a delay of…
David Christiansen
  • 325
  • 1
  • 2
  • 10
0
votes
1 answer

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 this happens. In our WCF log the call is not…
Tim Mahy
0
votes
1 answer

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 it, i get the message: "An error has occurred.…
Escobar5
0
votes
1 answer

Problem Activating “Windows Communication Foundation Non-HTTP Activation” feature in Windows 7

Possible Duplicate: 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…
Escobar5
0
votes
1 answer

WCF web service response blank on window server 2019 but the same release works normally on server 2016

We have a website that migrated from windows server 2016 to 2019 recently. After the migration, infra crew found all the aspx pages shows blank and after digging into it, we found it's since the web service it is calling response blank. If I link to…
Circle Hsiao
  • 101
  • 5
0
votes
0 answers

How to register identical WCF endpoints under different Subdomains?

How do I have two services offer identical WCF endpoints under different subdomains? I have two Services, each trying offering WCF Endpoints to consumers in my network: Service 1: https://subdomain1.domain/Service Service 2:…
Verzweifler
  • 101
  • 1
0
votes
1 answer

How does XCEP policy (XML) define SubjectType for User or Computer constraint?

We've developed our own implementation of a XCEP/CES WCF service that uses a combination of our certificate management solution and the Microsoft CA to issue the certificates. The standard XCEP XML definition is used (same as the standard Microsoft…