Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
48 views

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 ...
0
votes
0answers
10 views

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. ...
0
votes
0answers
15 views

What do I need to watch out for when configuring exchange 2010 for use with WCF store and forward for windows mobile?

We have a windows mobile 5 compact framework application that uses WCF's store-and-forward functionality to communicate with the back end server. The client is currently using exchange 2007 and would ...
0
votes
0answers
43 views

When should you decide to use a XMPP server or just WCF Services?

I have a project where we have decided to use a polling architecture through XMPP through to a WCF service. The application is similar to a news feed system, where the logged-in client polls the ...
1
vote
2answers
190 views

Why doesn't IIS scale consistently?

I have a WCF service (written in .NET 4) running under IIS 7.5 on Windows 2008 R2 64-bit. I created a test tool that spawns 10-20 (or more) threads - each thread creates a random payload and hits the ...
1
vote
1answer
66 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
255 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
217 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
170 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
23 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
87 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
133 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
76 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
64 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
101 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
378 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
122 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
138 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
87 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
95 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
145 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
61 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
379 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
27 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
176 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
420 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 ...
1
vote
1answer
341 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
151 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
1answer
539 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
309 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
242 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
65 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
121 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
192 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
214 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
111 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
369 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
256 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
584 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
558 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
255 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
401 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
495 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
681 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
623 views

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

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
624 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
88 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
13k 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 ...

1 2