Adding Operation Behaviors with WCF Facility

2012-05-03 Thread Diego Mijelshon
Hello. I'm using the WCF Facility for the first time to host a couple services, both in a console app (for easy debugging) and IIS (for production). The services use a net.msmq endpoint. This is how I'm hosting the service in the console app (simplified): using (var host = new

Re: Adding Operation Behaviors with WCF Facility

2012-05-03 Thread Diego Mijelshon
On May 3, 2:47 pm, Craig Neuwirt cneuw...@gmail.com wrote: On May 3, 2012, at 12:11 PM, Diego Mijelshon wrote: Hello. I'm using the WCF Facility for the first time to host a couple services, both in a console app (for easy debugging) and IIS (for production). The services use a net.msmq

Re: Adding Operation Behaviors with WCF Facility

2012-05-04 Thread Diego Mijelshon
On May 4, 9:10 am, Craig Neuwirt cneuw...@gmail.com wrote: On May 3, 2012, at 1:59 PM, Diego Mijelshon wrote: On May 3, 2:47 pm, Craig Neuwirt cneuw...@gmail.com wrote: On May 3, 2012, at 12:11 PM, Diego Mijelshon wrote: I'm using the WCF Facility for the first time to host a couple