The global template is for use specifically with dynamic data projects. It
can be used to generate the global.asax file with the appropriate Data Context and
routing.
| Property |
Description |
| ClassNamespace |
The namespace for the project. |
| ContextNamespace |
The namespace of the datacontext. |
| DataContextName |
The name of the data context class. |
| InlineEditing |
Default the routing to allow inline editing of tables. |