Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » Indigo   (RSS)

How to turn on debug exceptions with WCF

It is possible to see exceptions passed back in the messages sent to the service. This makes it a lot easier to debug multi-peer applications. The way to do this is to add into the web.config file the section. You can see in the following config section
Posted by David_Bennett | 0 Comments
Filed under: ,

Duplex calls in indigo beta 1

There are two things you need to remember when making a duplex contract under indigo beta 1, the first is that you can only use one way calls on the contract and you also need to specify the callback contract in the main contract. On the client side to
Posted by David_Bennett | 0 Comments
Filed under:

Different types of InstanceModes and ConcurrencyModes inside Indigo

Indigo has five different types of instances modes than be used inside the system. The default liftetime, if none is specified, is PerCall. They are: PerCall PrivateSession SharedSession Singleton Well known The PerCall lifetime means that each time a
Posted by David_Bennett | 0 Comments
Filed under:

Creating a custom instance of a Service inside Indigo

When you setup an Indigo service in the default way, it is not possible to use anything other than the default constructor for creating your object. There are two ways you can setup a custom object to use as your service instance, the first is to use
Posted by David_Bennett | 0 Comments
Filed under:

MaxConnections standard bindings and throttling

Throttling and the standard bindings inside the Indigo CTP allow you to set and control the maximum number of connections coming into the system. This is only settable on a few of the standard bindings, like NetProfileNamedPipeBinding and NetProfileTcpBinding,
Posted by David_Bennett | 0 Comments
Filed under:
 
Page view tracker