How to: Configure a Channel in a Configuration File
.NET Framework 2.0
This code example shows how to configure a channel in a configuration file, in a <channel> Element (Instance). If you want to specify a template that uses a type that is in the global assembly cache, you must include all versioning and strong-name information to bind to the proper type.
Example
<channel name="MyCustomChannel" priority="2" type="CustomChannelName, CustomAssembly, Version=1.0.6940.0, Culture=neutral, PublicKeyToken=somepublickeystring" />