Tagged Questions

The Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host WCF services. For Websphere AS, please use [websphere] tag.

learn more… | top users | synonyms

14
votes
5answers
3k views

IIS WCF service hosting vs Windows Service

We developped a WCF service and we're looking to deploy it. Our clients will be using it with basicHttpBinding but our internal team will be using it with namedPipesBinding. We are wondering if is it ...
9
votes
2answers
118 views

Are requests to a WCF service hosted by WAS authenticated by IIS processing pipeline or …?

Following questions assume we're hosting in WAS a WCF service side by side with Asp.Net: "When hosting WCF side by side with Asp.Net - The WCF hosting infrastructure intercepts WCF requests when ...
7
votes
2answers
3k views

what is the global.asax Application_Start equivalent when using WAS in IIS7

I'd like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application ...
5
votes
2answers
471 views

Can you configure IIS7 to autostart a Windows Process Activation Service (WAS) application when the application pool starts/recycles?

IIS 7.5 introduces the notion of auto-start providers, that allow you to get WAS to auto-load an application or assemblies when an application pool starts up. Can a similar thing be acheived with ...
5
votes
4answers
606 views

Elmah for non-HTTP protocol applications OR Elmah without HttpContext

We are working on a 3-tier application, and we've been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc). The application tier is exposed to the various web applications by WCF ...
4
votes
2answers
2k views

Alternative to HttpContext when using NInject with a WCF Service Hosted in WAS using MSMQ binding

I have a one way WCF service using the MSMQ Binding which is activated using Windows Activation Service in IIS 7.0. I'm a big fan on NInject so I've been using the NInject extension for WCF, which ...
4
votes
1answer
3k views

How to host a WCF service in a web application with netNamedPipeBinding and WAS on Windows Vista

I am trying to host a WCF service with netNamedPipeBinding in a web applicaion on a Vista machine. I enabled the non-HTTP service activation as described in this article: ...
3
votes
1answer
624 views

WCF Service call working with basicHttpBinding but fails with netTcpBinding

(Please read comment as i have a fix) Hi, I have created a WCF Service that i am hosting in IIS 7.5 on Windows 7 using .net 4.0 The service is hosted both on http and net.tcp. ...
3
votes
2answers
398 views

Multiple endpoints for single contract in WAS-hosted WCF service?

If one needs to expose multiple endpoints (e.g., one with basicHttpBinding, and another with netTcpBinding) for a single contract in a heterogeneous environment, on a WAS-hosted service, how does one ...
3
votes
5answers
2k views

restart/iisreset disables NET.TCP protocol?

I'm hosting a WCF service in IIS7 on Windows Server 08, sp2. The service is hosted as its own website and is exposed via a NET.TCP endpoint. The service works perfectly until a restart/iisreset ...
3
votes
3answers
14k views

Hosting WCF service in IIS 7 (WAS) with net.tcp binding on TWO tcp ports

By default IIS 7 Web site has net.tcp binding with "808:" binding information string. If i add another net.tcp binding with "xxx:" exception occurs: This collection already contains an address with ...
3
votes
2answers
9k views

WAS hosting a WCF service with net.tcp binding

I'm trying to publish a calculation service on a bunch of computers which will be used by an application server. The calculation servers are stateful and need to be able to perform asynchronous ...
2
votes
2answers
160 views

WCF Health Monitoring similar to ASP.NET

ASP.NET has a nice feature called Health Monitoring. Once defined in system.web/healthMonitoring section we get very useful web events to log/analyze. Are there any similar means for WCF services that ...
2
votes
1answer
298 views

Ensuring (restart of) MSMQ WCF service hosted on IIS7.5 WAS

We have been tumbling, for more than a month now, with an issue where a wcf msmq service hosted in IIS7.5 (WAS) will stop processing messages from the queue. We have been unable to narrow it down ...
2
votes
0answers
223 views

WCF service with WAS: service cannot convert queue's path name

I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain. The setup looks like this: Server A: Windows Server 2008 hosts the WCF service on ...
2
votes
1answer
541 views

WAS hosted WCF service and log4net

I'm facing a problem when trying to log my application using log4net. My application consists of a WCF service, and clients connecting to it. Logging at client-side is not a problem, everything works ...
2
votes
1answer
156 views

How do I implement a custom message queue listener for WAS activation?

I'm writing components of a .Net 4.0 web solution (on IIS7, WS2008), and need to provide a service which can consume messages from a message queue. I've found setup examples for configuring WAS ...
2
votes
5answers
3k views

BadImageFormatException encountered with WcfSvcHost and IIS WCF host

Creating a WCF Service Library in Visual Studio 2008 on Vista x64 is troublesome when referencing an x86 DLL. A service that calls a 32-bit DLL is required to have a platform target of x86 to run on a ...
2
votes
2answers
976 views

Can I host a WCF service with NetMsmqBinding in root “/” application of an IIS7 site?

I have created a WCF service with NetMsmqBinding, and hosted it in IIS7 using Windows Activation Service (WAS). Current (works perfectly): Hosted in IIS at: ...
1
vote
1answer
33 views

WAS API to change AD password Java

I am using Container based authentication to authenticate my Web Application against Windows 2003 Active Directory. I am using WAS 6.1 as application server. Now there is a new requirement to change ...
1
vote
1answer
26 views

Activate IIS Hosted Workflow With MSMQ Using net.msmq Binding

I have successfully implemented a standard WCF service bound to MSMQ using the net.msmq binding. I followed the instructions in a series of MSDN articles that are referenced through here: ...
1
vote
1answer
64 views

Host WCF service in WAS

I need some help with hosting a WCF service in WAS. I hosted the service ok in IIS and accessed over basicHttp and wsHttp binding. But it seems I miss something when trying to host it in WAS and ...
1
vote
1answer
49 views

publishing WCF Service .NET 3.5 on IIS

I have a problem with publishing WCF Service on IIS. I think - the problem is in configuration(web.config). This my serviceModel section: <system.serviceModel> <services> ...
1
vote
1answer
41 views

Can I tell WAS to start the new AppPool after a recycle?

I have this administration site that is using (Fluent) NHibernate for data access. As has been stated elsewhere the initialization of the SessionFactory is slow due to creation of the Configuration ...
1
vote
2answers
353 views

Hosting WCF Service on IIS 7 with net.tcp bindings - Error with consuming the service

I am trying to host a WCF Service with Net TCP bindings in IIS 7 / Win 7. The service is hosted and i can add a reference to it in my client application. Here is the service configuration file: ...
1
vote
1answer
179 views

Is it possible to have a WCF/WAS service using net.tcp port 80 and IIS on the same port?

Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS's port 80? The picture below shows net.tcp at port 808. Can I change this to port 80? If ...
1
vote
2answers
306 views

WCF MSMQ Message queue not being processed

I have setup a WCF service that i am running on IIS 7 that uses MSMQ message queueing, The messages are being put into the queue correctly on the server but the WCF service isn't processing them so ...
1
vote
0answers
213 views

using unmanaged code in w3wp.exe causes it to hang in IIS 7

We got a WCF service that is calling some unmanaged code. The unmanaged code is using COM and creating COM objects to do some legacy work. We noticed that when the application pool re-cycle happens ...
1
vote
2answers
123 views

IIS and WAS dynamic activation

I am learing the theory of WCF. In one of the book about WCF it reads that IIS and WAS supports dynamic activation, therefore it is possibile to create service host factory. What is dynamic ...
1
vote
2answers
828 views

Very strange behaviour: fixing the “Unrecognized error 109 (0x6d)” by modify config randomly

I encountered some very strange behaviour that I can't explain or fix. I have a wcf services hosted in IIS using WAS. When I try to access this service using net.tcp binding I get the following error ...
1
vote
3answers
148 views

What .NET 4.0 technology provides modular fix-in-flight (hotswap) REST service hosting?

So, it's a dream of many years now, but hope springs eternal. Is there a framework/service (WCF/WAS/MVC/ETC) that allows you to add/update services with minimal impact on ongoing requests or "sibling" ...
1
vote
2answers
87 views

Is possible to get notification by e-mail when a site or app pool is down (using IIS7)

I am trying to find out if I can get notified when a site is down, or when a service running under WAS is no longer running. I don't want to code a monitoring tool, I am sure there must be something ...
1
vote
2answers
529 views

what is the diffence between WAS and IIS?

Is WAS distinct from IIS? How is WAS better than IIS?
1
vote
0answers
155 views

WAS Non-HTTP activation - hooking application startup

I'm trying to integrate a netTcpBinding based application that is hosted inside WAS with an IoC container (autofac/spring). Unfortunately, when it starts inside WAS and due to the fact that it is not ...
1
vote
1answer
246 views

Is there a difference between WAS and AppFabric

I understand that AppFabric has both caching capabilities along with hosting WCF/WF services. I have seen Windows Activation Service used interchangeably with AppFabric when talking about hosting ...
1
vote
1answer
606 views

WAS net.msmq service messages stuck in retry queue

We are hosting a net.msmq service in IIS7. The queue is transactional. Messages arrive in the queue and are picked up correctly by the service. If an exception occurs, message is put into the retry ...
1
vote
1answer
226 views

singleton pattern in Windows Activation Service

Hello I have a few WCF services that are currently being self hosted, in a very basic NT Service. I want to expand my application to add provisioning of WCF Services, and updates, as well as ...
1
vote
2answers
522 views

Host WCF in WAS or IIS7?

We have a server application that has one module installed on a separate server, and want to use WCF for the two modules to communicate with each other. I've narrowed it down to hosting the WCF ...
1
vote
2answers
957 views

Is Windows Activation Service + WCF a replacement for COM+

WAS Features Application Pooling Recycling Idle time management Identity Management Isolation Sounds a lot like COM+ but hosted in IIS 7. Anybody out there using this technology and am I correct ...
1
vote
1answer
78 views

WAS hosting of queues

I read that when hosting a queue endpoint all these names need to match: Hosted in IIS at: http://localhost/MyService.svc service endpoint address: http://localhost/private/MyService.svc queue: ...
0
votes
1answer
29 views

WAS-Active Directory Reason for Authentication failure

I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz. user/password incorrect Password expired ...
0
votes
0answers
25 views

trace file analysis- activity taking more time on production machine

I have developed a wcf service and hosted it on WAS (IIS 7.0) using net.tcp protocol. I found overall time to complete a request is high and then i enable trace on development and production server. ...
0
votes
1answer
110 views

SocketException An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

from where this problem can be? SocketException An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full Socket newsock = new ...
0
votes
1answer
30 views

multiple WCF services hosted in WAS IIS using netTcp protocols on same port issue

One of the services works fine but the other always throws a Socket Timeout 'forcibly closed' error. I have portSharingEnabled='true' on both services and the netTcp Port Sharing windows service ...
0
votes
0answers
45 views

Hosting WCF in WAS(Web Garden) -> control WorkerProcess lifetime

I'm trying to host my WCF service in WAS but have been struggling for a few hours already to accomplish the following scenario: There is a single client and many WCF 'servers'. Based on the address ...
0
votes
1answer
63 views

WCF service hosted in IIS 7 - binding configuration settings are ignored

I have a WCF service operation that accepts a byte array as part of its data contract. The service is only exposed internally (not to the internet), and I want to increase the quotas to allow for a ...
0
votes
3answers
47 views

Host WAS hosting without IIS

I am using Windows XP which got IIS 5, I am facing some authentication issue during database actions. I tried impersanating but it didn't work for me. Can I host WCF service without IIS(5) in XP ...
0
votes
1answer
105 views

WCF, WAS, IIS and ports

Hi, I have worked with WCF for a while now but there is somthing Im not clear on. When hosting a WCF service in IIS the standard protocol will be http and the default port is 80. Its possible to ...
0
votes
0answers
152 views

(SOLVED) o_O moved net.tcp WCF services from localhost to IP address on new site, services won't load

I have a website running 2 WCF services. Working awesome until I needed to move them from the "Default Web Site" in IIS7 to a dedicated website with a new IP address. Now I get the error message: ...
0
votes
1answer
491 views

Hosting TCP based WCF service on the same ports as IIS (via Windows Activation Service) in Azure WebRole

How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS? An on-premise solution would typically use WAS activation, however this usually involved setting ...

1 2