Unfortunately, the web site is not running in any public location.
Here's the relevant portion of the web.config:
<configSections>
<sectionGroup name="ajaxNet">
<section name="ajaxSettings"
type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro.2"
requirePermission="false" restartOnExternalChanges="true"/>
</sectionGroup>
</configSections>
<ajaxNet>
<ajaxSettings>
<urlNamespaceMappings useAssemblyQualifiedName="false"
allowListOnly="false">
<!--
Set the attribute
useAssemblyQualifiedName to true to enable
use of assemblies placed in the GAC by
using the full assembly
qualified name.
To hide internal knowledge of
assemblies, classes and namespace
you can override the name of the
virtual http endpoints.
<add type="Namespace.Class1,Assembly"
path="mypath" />
-->
</urlNamespaceMappings>
<jsonConverters>
<!--
This section can be used to add new
IJavaScriptConverters to the
Ajax.NET Professional engine. If you
want to disable built-in
converters you can use the remove tag.
<remove
type="Namespace.Class1,Assembly"/>
<add type="Namespace.Class2,Assembly"/>
<add
type="AjaxPro.BitmapConverter,AjaxPro.2"
mimeType="image/jpeg" quality="100"/>
-->
<add
type="SwiftK.Controls.AjaxConverters.DatabaseTypeConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.ReportDataTypeConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.GridHeaderConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.RowLabelConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.GridTypeConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.PaneSettingsConverter,SKControls"/>
<add
type="SwiftK.Controls.AjaxConverters.VariableValueConverter,SKControls"/>
</jsonConverters>
<token enabled="true" sitePassword="foo"/>
<!-- <encryption cryptType="" keyType="" /> -->
<!--
Set the enabled attribute to true to get Stack,
TargetSize and
Source
information if an exception has been thrown.
-->
<debug enabled="false"/>
</ajaxSettings>
</ajaxNet>
<system.web>
<httpHandlers>
<add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
</httpHandlers>
<httpModules>
<!--
This HttpCompressionModule is only working for requests
in "ajaxpro"
folder. The module
is available for ASP.NET 2.0.
-->
<add name="HttpCompressionModule"
type="AjaxPro.HttpCompressionModule,AjaxPro.2"/>
</httpModules>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---