|
Hi
When we eg. want to add a service or the like from web config i see something like the following:
<add type="System.Workflow.Runtime.Hosting.WorkflowWebHostingModule, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="WorkflowHost"/>
If i create my own WorkflowWebHostingModule (inherited from HttpModule) how would i add it from web config then? I don't have that publicKeyToken. I guess its a strong signed token right? But do I need that for my own private testing project? If not. How should the <add type ...> section look then without the token?
Thanks in regards
Anders |