added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Communications / WebService / VB / WebServicePublish_WebService / Web.config
blob998d0aa69e4a156c16a16c96e2a04af8693c75f2
1 <?xml version="1.0"?>
2 <!--
3 Note: As an alternative to hand editing this file you can use the
4 web admin tool to configure settings for your application. Use
5 the Website->Asp.Net Configuration option in Visual Studio.
6 A full list of settings and comments can be found in
7 machine.config.comments usually located in
8 \Windows\Microsoft.Net\Framework\v2.x\Config
9 -->
10 <configuration>
11 <configSections>
12 <section name="WorkflowRuntime" type="System.Workflow.Runtime.Configuration.WorkflowRuntimeSection, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
13 </configSections>
14 <WorkflowRuntime Name="WorkflowServiceContainer">
15 <Services>
16 <add type="System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
17 <add type="System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
18 </Services>
19 </WorkflowRuntime>
20 <appSettings/>
21 <connectionStrings/>
22 <system.web>
23 <!--
24 Set compilation debug="true" to insert debugging
25 symbols into the compiled page. Because this
26 affects performance, set this value to true only
27 during development.
28 -->
29 <compilation debug="true">
30 <assemblies>
31 <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
32 <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
33 <add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
34 <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
35 <add assembly="System.Workflow.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
36 <add assembly="System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
37 <add assembly="System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
38 <add assembly="Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
39 <add assembly="System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
40 <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
41 <add assembly="Microsoft.Build.Utilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
42 <add assembly="Microsoft.Build.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
43 <add assembly="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
44 <!--
45 The <authentication> section enables configuration
46 of the security authentication mode used by
47 ASP.NET to identify an incoming user.
48 -->
49 <authentication mode="Windows"/>
50 <!--
51 The <customErrors> section enables configuration
52 of what to do if/when an unhandled error occurs
53 during the execution of a request. Specifically,
54 it enables developers to configure html error pages
55 to be displayed in place of a error stack trace.
57 <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
58 <error statusCode="403" redirect="NoAccess.htm"/>
59 <error statusCode="404" redirect="FileNotFound.htm"/>
60 </customErrors>
61 -->
62 <httpModules>
63 <add type="System.Workflow.Runtime.Hosting.WorkflowWebHostingModule, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="WorkflowHost"/>
64 </httpModules>
65 </system.web>
66 </configuration>