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
12 <section name=
"WorkflowRuntime" type=
"System.Workflow.Runtime.Configuration.WorkflowRuntimeSection, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
14 <WorkflowRuntime Name=
"WorkflowServiceContainer">
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"/>
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
29 <compilation debug=
"true">
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>
45 The <authentication> section enables configuration
46 of the security authentication mode used by
47 ASP.NET to identify an incoming user.
49 <authentication mode=
"Windows"/>
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"/>
63 <add type=
"System.Workflow.Runtime.Hosting.WorkflowWebHostingModule, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name=
"WorkflowHost"/>