Kriengsak Multongjard
Top achievements
Rank 1
Kriengsak Multongjard
asked on 29 Jul 2010, 06:24 AM
Hi,
We having problem with RadHtmlField in the Sharepoint Page Layout.
If we add the below field to the page layout and try to open this page, I get the Popup(NTLM) until I get 401 unauthorized .
This is the field that cause the error.
<telerik:RadHtmlField FieldName="DTACSTContent" runat="server" ID="STContent" DisplayWidth="400px" DisplayHeight="600px" ToolsFile="/_wpresources/RadEditorSharePoint/5.4.1.0__1f131a624888eeed/Resources/ScriptToolToolsFile.xml" ConfigFile="/_wpresources/RadEditorSharePoint/5.4.1.0__1f131a624888eeed/Resources/ScriptToolConfigFile.xml">
</telerik:RadHtmlField>
Do you have any suggestion to solve this 401 issues?
Thanks,
Thanakon
5 Answers, 1 is accepted
0
Hi,
The RadEditor on the page uses embedded resources (WebResource.axd, ScriptResource.axd) as well as some normal CSS and JS files from the MOSS wpresources folder -
c:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.4.1.0__1f131a624888eeed\Resources\ . Make sure that the files in the Resources folder can be read by anyone (read permissions for all users). If the problem continues after that, use a HTTP debugging proxy (Fiddler for IE or Firebug for Firefox) and see which resource exactly is causing it.
All the best,
Lini
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The RadEditor on the page uses embedded resources (WebResource.axd, ScriptResource.axd) as well as some normal CSS and JS files from the MOSS wpresources folder -
c:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.4.1.0__1f131a624888eeed\Resources\ . Make sure that the files in the Resources folder can be read by anyone (read permissions for all users). If the problem continues after that, use a HTTP debugging proxy (Fiddler for IE or Firebug for Firefox) and see which resource exactly is causing it.
All the best,
Lini
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kriengsak Multongjard
Top achievements
Rank 1
answered on 30 Jul 2010, 10:33 AM
I have tried the fiddler that you suggested. but can't specify object that unthorized.
(the fiddler capture is in attach picture.)
more information:
When I open the page that have telerik fields in Display Mode. It displays without ask any permission.
But when I click edit page (Edit Mode), Popup(NTLM) problem will happen.
do you have any more suggestion to solve the problem?
Thanks,
Thanakon
(the fiddler capture is in attach picture.)
more information:
When I open the page that have telerik fields in Display Mode. It displays without ask any permission.
But when I click edit page (Edit Mode), Popup(NTLM) problem will happen.
do you have any more suggestion to solve the problem?
Thanks,
Thanakon
0
Hello Kriengsak,
Could you provide me with the ScriptToolConfigFile.xml file, which you are trying to load and the web.config file of your MOSS site. I will use them in order to try reproducing the issue on our test server. After I review them I will be able to advise you further.
Greetings,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Could you provide me with the ScriptToolConfigFile.xml file, which you are trying to load and the web.config file of your MOSS site. I will use them in order to try reproducing the issue on our test server. After I review them I will be able to advise you further.
Greetings,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kriengsak Multongjard
Top achievements
Rank 1
answered on 02 Aug 2010, 12:04 PM
ScriptToolConfigFile.xml
and web.config
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<!--
===================================================================================
===========
Config File valid structure:
<
configuration
>
<
property
>...</
property
>
...
<
property
>
<
item
>...</
item
>
<
item
>...</
item
>
...
</
property
>
...
</
configuration
>
===================================================================================
============ -->
<
configuration
>
<
property
name
=
"PageTop"
>ShowOnFocus</
property
>
<
property
name
=
"ToolsWidth"
>680px</
property
>
<
property
name
=
"AllowScripts"
>true</
property
>
<
property
name
=
"CssFiles"
>
<
item
>/Style%20Library/DTAC/DTACCollapseExpandEditor.css</
item
>
</
property
>
<
property
name
=
"MaxDocumentSize"
>8392000</
property
>
<
property
name
=
"MaxMediaSize"
> 8392000</
property
>
<
property
name
=
"MaxFlashSize"
> 8392000</
property
>
<
property
name
=
"MaxImageSize"
>8392000</
property
>
<
property
name
=
"AllowScripts"
>true</
property
>
<
property
name
=
"EditModes"
>Design,Html</
property
>
<
property
name
=
"EnableResize"
>false</
property
>
<
property
name
=
"DocumentsFilters"
>
<
item
>*.pps</
item
>
<
item
>*.ppt</
item
>
<
item
>*.ppsx</
item
>
<
item
>*.pptx</
item
>
<
item
>*.msg</
item
>
<
item
>*.mdb</
item
>
<
item
>*.vsd</
item
>
<
item
>*.zip</
item
>
<
item
>*.htm</
item
>
<
item
>*.html</
item
>
<
item
>*.mht</
item
>
<
item
>*.xml</
item
>
<
item
>*.txt</
item
>
<
item
>*.csv</
item
>
<
item
>*.jpg</
item
>
<
item
>*.jpeg</
item
>
<
item
>*.gif</
item
>
<
item
>*.tif</
item
>
<
item
>*.bmp</
item
>
<
item
>*.png</
item
>
<
item
>*.wav</
item
>
<
item
>*.mp3</
item
>
<
item
>*.avi</
item
>
<
item
>*.wmv</
item
>
<
item
>*.mpg</
item
>
<
item
>*.swf</
item
>
<
item
>*.doc</
item
>
<
item
>*.pdf</
item
>
<
item
>*.txt</
item
>
<
item
>*.jpg</
item
>
<
item
>*.gif</
item
>
<
item
>*.xls</
item
>
<
item
>*.xlsx</
item
>
<
item
>*.docx</
item
>
</
property
>
<
property
name
=
"OnClientPasteHtml"
>OnClientPasteHtml</
property
>
<
property
name
=
"ImagesPaths"
>
<
item
>/Channels/PublishingImages/</
item
>
<
item
>PublishingImages</
item
>
</
property
>
</
configuration
>
and web.config
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
standalone
=
"yes"
?>
<
configuration
>
<
configSections
>
<
section
name
=
"loggingConfiguration"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
section
name
=
"exceptionHandling"
type
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
section
name
=
"dataConfiguration"
type
=
"Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
sectionGroup
name
=
"SharePoint"
>
<
section
name
=
"SafeControls"
type
=
"Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
section
name
=
"RuntimeFilter"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"WebPartLimits"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"WebPartCache"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"WebPartWorkItem"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"WebPartControls"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"SafeMode"
type
=
"Microsoft.SharePoint.ApplicationRuntime.SafeModeConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
section
name
=
"MergedActions"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"PeoplePickerWildcards"
type
=
"System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
<
section
name
=
"BlobCache"
type
=
"System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
</
sectionGroup
>
<
sectionGroup
name
=
"System.Workflow.ComponentModel.WorkflowCompiler"
type
=
"System.Workflow.ComponentModel.Compiler.WorkflowCompilerConfigurationSectionGroup, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
>
<
section
name
=
"authorizedTypes"
type
=
"System.Workflow.ComponentModel.Compiler.AuthorizedTypesSectionHandler, System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
</
sectionGroup
>
<!--Ajax-->
<
sectionGroup
name
=
"system.web.extensions"
type
=
"System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
>
<
sectionGroup
name
=
"scripting"
type
=
"System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
>
<
section
name
=
"scriptResourceHandler"
type
=
"System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/>
<
sectionGroup
name
=
"webServices"
type
=
"System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
>
<
section
name
=
"jsonSerialization"
type
=
"System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
=
"false"
allowDefinition
=
"Everywhere"
/>
<
section
name
=
"profileService"
type
=
"System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/>
<
section
name
=
"authenticationService"
type
=
"System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/>
<
section
name
=
"roleService"
type
=
"System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/>
</
sectionGroup
>
</
sectionGroup
>
</
sectionGroup
>
<!--End Ajax-->
<!--DCARE Custom Configuration-->
<
sectionGroup
name
=
"DCAREConfiguration"
>
<
section
name
=
"myDepartments"
type
=
"DTAC.NCCA.DCARE.Utility.CommonUtility.AppConfigMyDepartments, DTAC.NCCA.DCARE.Utility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
/>
<
section
name
=
"sitePaths"
type
=
"DTAC.NCCA.DCARE.Utility.CommonUtility.AppConfigSitePaths, DTAC.NCCA.DCARE.Utility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
/>
</
sectionGroup
>
</
configSections
>
<!-- DCARE Custom Configuration-->
<
DCAREConfiguration
>
<!-- relative paths to my department for top tool bar. -->
<
myDepartments
>
<
mappings
>
<
add
key
=
"Call Centre Dept"
value
=
"/Depts/CallCenter"
/>
<
add
key
=
"Customer Service Dept"
value
=
"/Depts/CS"
/>
<
add
key
=
"Channel Call Center Readers"
value
=
"/Depts/NonCallCenter"
/>
<
add
key
=
"Credit Management Dept"
value
=
"/Depts/NonCallCenter/CreditManagement"
/>
<
add
key
=
"Customer Management Dept"
value
=
"/Depts/NonCallCenter/ACS"
/>
<
add
key
=
"Debt Control and Collection Dept"
value
=
"/Depts/NonCallCenter/CollectionOperation"
/>
<
add
key
=
"DTAC Center Dept Readers"
value
=
"/Depts/NonCallCenter"
/>
<
add
key
=
"Non Service Group Readers"
value
=
"/Depts/NonCallCenter"
/>
<
add
key
=
"Service Quality Development Dept Readers"
value
=
"/Depts/CallCenter"
/>
<
add
key
=
"Fraud Control Dept"
value
=
"/Depts/NonCallCenter"
/>
</
mappings
>
</
myDepartments
>
<!-- relative paths for all sites. -->
<
sitePaths
>
<!-- relative paths to each site collection. -->
<
collections
>
<
add
key
=
"iClear"
value
=
"/"
/>
<
add
key
=
"Call Center"
value
=
"/Depts/CallCenter"
/>
<
add
key
=
"Customer Service"
value
=
"/Depts/CS"
/>
<
add
key
=
"Non-Call Center"
value
=
"/Depts/NonCallCenter"
/>
<
add
key
=
"Archives Channels"
value
=
"/Archives/Channels"
/>
<
add
key
=
"Project Info Sharing"
value
=
"/Projs/ProjectSC"
/>
</
collections
>
<!-- relative paths to each channel. -->
<
channels
>
<
add
key
=
"Postpaid"
value
=
"/Channels/Postpaid"
menuvisible
=
"true"
sortorder
=
"0"
/>
<
add
key
=
"Prepaid"
value
=
"/Channels/Prepaid"
menuvisible
=
"true"
sortorder
=
"1"
/>
<
add
key
=
"VAS"
value
=
"/Channels/VAS"
menuvisible
=
"true"
sortorder
=
"2"
/>
<
add
key
=
"SME"
value
=
"/Channels/SME"
menuvisible
=
"true"
sortorder
=
"3"
/>
<
add
key
=
"Corporate"
value
=
"/Channels/Corporate"
menuvisible
=
"true"
sortorder
=
"4"
/>
<
add
key
=
"IR"
value
=
"/Channels/IR"
menuvisible
=
"true"
sortorder
=
"5"
/>
<
add
key
=
"General"
value
=
"/Channels/General"
menuvisible
=
"false"
sortorder
=
"6"
/>
<
add
key
=
"iHelp"
value
=
"/Channels/iHelp"
menuvisible
=
"false"
sortorder
=
"7"
/>
</
channels
>
<!-- relative paths to each department. -->
<
departments
>
<
add
key
=
"Call Center"
value
=
"/Depts/CallCenter"
/>
<
add
key
=
"Customer Service"
value
=
"/Depts/CS"
/>
<
add
key
=
"Non-Call Center"
value
=
"/Depts/NonCallCenter"
/>
</
departments
>
<!-- relative paths to each subsites. -->
<
subsites
>
<
add
key
=
"Admin Tools"
value
=
"/AdminTools"
/>
</
subsites
>
</
sitePaths
>
</
DCAREConfiguration
>
<
loggingConfiguration
name
=
"Logging Application Block"
tracingEnabled
=
"true"
defaultCategory
=
""
logWarningsWhenNoCategoriesMatch
=
"true"
>
<
listeners
>
<
add
fileName
=
"c:\trace.log"
header
=
"----------------header------------------------"
footer
=
"----------------footer------------------------"
formatter
=
"Text Formatter"
listenerDataType
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
traceOutputOptions
=
"None"
filter
=
"All"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Flat File Destination"
/>
<
add
source
=
"DCARE"
formatter
=
"Text Formatter"
log
=
""
machineName
=
"."
listenerDataType
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
traceOutputOptions
=
"None"
filter
=
"All"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
<
formatters
>
<
add
template
=
"Timestamp: {timestamp} Message: {message} Category: {category} Priority: {priority} EventId: {eventid} Severity: {severity} Title:{title} Machine: {machine} Application Domain: {appDomain} Process Id: {processId} Process Name: {processName} Win32 Thread Id: {win32ThreadId} Thread Name: {threadName} Extended Properties: {dictionary({key} - {value} )}"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Text Formatter"
/>
</
formatters
>
<
logFilters
>
<
add
categoryFilterMode
=
"AllowAllExceptDenied"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Filters.CategoryFilter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Category Filter"
/>
<
add
enabled
=
"true"
type
=
"Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogEnabledFilter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"LogEnabled Filter"
/>
</
logFilters
>
<
categorySources
>
<
add
switchValue
=
"All"
name
=
"Trace"
>
<
listeners
>
<
add
name
=
"Flat File Destination"
/>
</
listeners
>
</
add
>
<
add
switchValue
=
"All"
name
=
"Debug"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
add
>
<
add
switchValue
=
"All"
name
=
"Error"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
add
>
<
add
switchValue
=
"All"
name
=
"Exception"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
add
>
<
add
switchValue
=
"All"
name
=
"Information"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
add
>
<
add
switchValue
=
"All"
name
=
"Warning"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
add
>
</
categorySources
>
<
specialSources
>
<
allEvents
switchValue
=
"All"
name
=
"All Events"
/>
<
notProcessed
switchValue
=
"All"
name
=
"Unprocessed Category"
/>
<
errors
switchValue
=
"All"
name
=
"Logging Errors & Warnings"
>
<
listeners
>
<
add
name
=
"Formatted EventLog TraceListener"
/>
</
listeners
>
</
errors
>
</
specialSources
>
</
loggingConfiguration
>
<
exceptionHandling
>
<
exceptionPolicies
>
<
add
name
=
"Exception Policy"
>
<
exceptionTypes
>
<
add
type
=
"System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
postHandlingAction
=
"NotifyRethrow"
name
=
"Exception"
>
<
exceptionHandlers
>
<
add
logCategory
=
"Exception"
eventId
=
"100"
severity
=
"Critical"
title
=
"DCARE Exception Handling"
formatterType
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
priority
=
"5"
useDefaultLogger
=
"false"
type
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Logging Handler"
/>
</
exceptionHandlers
>
</
add
>
</
exceptionTypes
>
</
add
>
<
add
name
=
"App Exception Policy"
>
<
exceptionTypes
>
<
add
type
=
"System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
postHandlingAction
=
"NotifyRethrow"
name
=
"Exception"
>
<
exceptionHandlers
>
<
add
logCategory
=
"Exception"
eventId
=
"100"
severity
=
"Critical"
title
=
"DCARE App Exception Handling"
formatterType
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.XmlExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
priority
=
"5"
useDefaultLogger
=
"false"
type
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name
=
"Logging Handler"
/>
</
exceptionHandlers
>
</
add
>
</
exceptionTypes
>
</
add
>
</
exceptionPolicies
>
</
exceptionHandling
>
<
SharePoint
>
<
SafeMode
MaxControls
=
"200"
CallStack
=
"true"
DirectFileDependencies
=
"30"
TotalFileDependencies
=
"100"
AllowPageLevelTrace
=
"false"
>
<
PageParserPaths
>
<
PageParserPath
VirtualPath
=
"/*"
CompilationMode
=
"Always"
AllowServerSideScript
=
"true"
IncludeSubFolders
=
"true"
/>
</
PageParserPaths
>
</
SafeMode
>
<
WebPartLimits
MaxZoneParts
=
"50"
PropertySize
=
"1048576"
/>
<
WebPartCache
Storage
=
"CacheObject"
/>
<
WebPartControls
DatasheetControlGuid
=
"65BCBEE4-7728-41a0-97BE-14E1CAE36AAE"
/>
<
SafeControls
>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Security"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Security.Permissions"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Net"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<!--Ajax-->
<
SafeControl
Assembly
=
"System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
/>
<!--End Ajax-->
<!--Telerik-->
<!--<SafeControl Assembly="Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" />-->
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
/>
<!-- End Telerik-->
<!-- FAX HTMLSNAP2-->
<
SafeControl
Assembly
=
"Interop.HtmlSnap2, Version=1.0.0.0, Culture=neutral"
Namespace
=
"HtmlSnap2"
TypeName
=
"*"
Safe
=
"True"
/>
<!-- END FAX HTMLSNAP2-->
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Common"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.HtmlControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"SqlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"AccessDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"XmlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"ObjectDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.Internal.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Src
=
"~/_controltemplates/*"
IncludeSubFolders
=
"True"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Workflow.Feature"
TypeName
=
"ProcessAllTasksButton"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Internal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Navigation"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Editor"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Widgets"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.MySite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.MySite"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"AgileDirect.Administration.CommandLine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a577f679f0d7dee5"
Namespace
=
"AgileDirect.Administration.CommandLine"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"AgileDirect.Administration.CommandLine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a577f679f0d7dee5"
Namespace
=
"AgileDirect.Administration.CommandLine.webPartPages"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQSearchResult, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b48f3d9e9277b37f"
Namespace
=
"TQSearchResult"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQSearchBox, Version=1.0.0.0, Culture=neutral, PublicKeyToken=537de0949443f22c"
Namespace
=
"TQSearchBox"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"ReturnOfSmartPart, Version=1.3.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
Namespace
=
"SmartPart"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.530.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.530.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Editor"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.530.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Widgets"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2009.1.530.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.4.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.4.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.4.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQTopHeadlineWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6e3c1148cd69ad75"
Namespace
=
"TQTopHeadlineWebpart.TQTopHeadlineWebpart"
TypeName
=
"TQTopHeadlineWebpart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQTopQueryWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ed0448e03eba4ea3"
Namespace
=
"TQTopQueryWebpart.TQTopQueryWebpart"
TypeName
=
"TQTopQueryWebpart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetCurrentAndExpired, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetCurrentAndExpired"
TypeName
=
"DCAREWPGetCurrentAndExpired"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetHiddenPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetHiddenPages"
TypeName
=
"DCAREWPGetHiddenPages"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetSitemap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetSitemap"
TypeName
=
"DCAREWPGetSitemap"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGuidGenerator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGuidGenerator"
TypeName
=
"DCAREWPGuidGenerator"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPPwsProtectedTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPPwsProtectedTools"
TypeName
=
"DCAREWPPwsProtectedTools"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetUserControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetUserControl"
TypeName
=
"DCAREWPGetUserControl"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPRollingHeader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.WebPartRollingHeader"
TypeName
=
"DCAREWPRollingHeader"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPCaseStudyCQ, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPCaseStudyCQ"
TypeName
=
"DCAREWPCaseStudyCQ"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"SEMCommand, Version=2.5.3.0, Culture=neutral, PublicKeyToken=f3f52dddaf596176"
Namespace
=
"ThaiQuest.SearchEngine"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPListAllPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92c58ffe3f97229f"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPListAllPages"
TypeName
=
"DCAREWPListAllPages"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Workflow.Feature"
TypeName
=
"ProcessAllTasksButton"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPContentRollupChannel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPContentRollupChannel"
TypeName
=
"DCAREWPContentRollupChannel"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPContentRollUpiClear, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCARWPContentRollUpiClear"
TypeName
=
"DCAREWPContentRollup"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPContentRollUpiClear, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPContentRollUpiClear"
TypeName
=
"DCAREWPContentRollUpiClear"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQTopMissingKeywordWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c3b13417f4f4f6ea"
Namespace
=
"TQTopMissingKeywordWebpart.TQTopMissingKeywordWebpart"
TypeName
=
"TQTopMissingKeywordWebpart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetDynamicSitemap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPGetDynamicSitemap"
TypeName
=
"DCAREWPGetDynamicSitemap"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"QuestechSystems.SharePoint.Publishing.SiteMapWebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=079e23e300376e5b"
Namespace
=
"QuestechSystems.SharePoint.Publishing.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQSP2007Feature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2bfca1ff0802543e"
Namespace
=
"TQSP2007Feature"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"SEMCommand, Version=2.6.11.0, Culture=neutral, PublicKeyToken=f3f52dddaf596176"
Namespace
=
"ThaiQuest.SearchEngine"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPListAllPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Webpart.DCAREWPListAllPages"
TypeName
=
"DCAREWPListAllPages"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"SiteHierarchyTree, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
Namespace
=
"SiteHierarchyTree"
TypeName
=
"WebPart1"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"SiteHierarchyTree, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
Namespace
=
"SiteHierarchyTree"
TypeName
=
"SiteMapCacheFlusher"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"FilterWebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
Namespace
=
"CustomQueryStringFilterWebPart"
TypeName
=
"CustomQueryStringFilterWebPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQExtractText, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c9c6e23035f9a298"
Namespace
=
"TQExtractText.TQExtractText"
TypeName
=
"TQExtractText"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"TQSearchAdv, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52b8c9638f1b6823"
Namespace
=
"TQSearchAdv.TQSearchAdv"
TypeName
=
"TQSearchAdv"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"WebPartPromotionComparison, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8b60b18637833c1f"
Namespace
=
"WebPartPromotionComparison"
TypeName
=
"DCAREWPPromotionComparison"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"WebPartSTContentPListing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=14d2825c3ead588b"
Namespace
=
"WebPartSTContentPListing"
TypeName
=
"DCAREWPSTContentPListing"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"WebPartFeedbackReport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=580adec2baac4770"
Namespace
=
"DCAREWPFeedbackReport"
TypeName
=
"DCAREWPFeedbackReport"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"WebPartADLookUp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=85f4894231bbca8d"
Namespace
=
"WebPartADLookUp"
TypeName
=
"DCAREWPADLookUp"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"DCAREWPListSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a3385da992bdfef5"
Namespace
=
"DCAREWPListSearch"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Bewise.SharePoint.SPListDisplaySetting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff7b91f6a8ac16d4"
Namespace
=
"Bewise.SharePoint.SPListDisplaySetting"
TypeName
=
"*"
Safe
=
"True"
/>
</
SafeControls
>
<
PeoplePickerWildcards
>
<
clear
/>
<
add
key
=
"AspNetSqlMembershipProvider"
value
=
"%"
/>
</
PeoplePickerWildcards
>
<
MergedActions
>
<
Action
id
=
"bf064279-3567-42bf-a34d-0a74f6fe56ca"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml"
/>
<
Action
id
=
"e3b7adae-f5db-4ce5-becb-1af83f7938ce"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.ewr.xml"
/>
<
Action
id
=
"89be315b-a983-44f9-b1ed-d9920cf5528e"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml"
/>
<
Action
id
=
"2637af1c-f384-4440-ab0c-e07a2e45f4d5"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.osrv.xml"
/>
<
Action
id
=
"fc002d03-7839-402b-a94a-1c9a2d40b63d"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"cd6122b2-5c40-45fb-952b-908354a91e33"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"2365277a-c5ee-4589-84d4-c759e6b9477d"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"0582988f-9c26-4990-8672-0099f4567b03"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"9008b35c-3ad5-4831-bcbe-ec456a4e152b"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"009e5494-26c5-4181-936f-4d16f444b642"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"ab44b1d7-83b4-487b-ae26-22abe4008258"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"72db2c92-8bc1-4767-a12c-94b67d46d0cf"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"4cc2777f-e9ed-4af4-acbb-9f101f64e4d6"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"4cca960b-247e-4743-9f4b-835975e867f9"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"5552b985-f1b8-4647-83e1-97a3a8d5ca60"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"4e6e31a8-e068-491e-8d32-38da48dcf10a"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"090de644-e7ee-4a67-8fbf-8f41f2b4f1ff"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"2468c72a-0386-4c9e-9143-392fe192f9c0"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"0f0fbbf9-92c0-49d0-89bd-969b596d8492"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.sps.xml"
/>
<
Action
id
=
"eaa3e0c0-973a-4dbd-96e9-48f7837a8909"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml"
/>
<
Action
id
=
"8182ca12-e9a6-4f4f-9cfe-8a0a21e217e6"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml"
/>
<
Action
id
=
"5055b13f-c200-45dd-8dbd-b046710e01ac"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml"
/>
<
Action
id
=
"5321d9c5-2486-49e8-bd2d-ab555ac4083d"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml"
/>
<
Action
id
=
"ea2d54ca-cd14-48a7-a5ca-b10b24141937"
sourceFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.spss.xml"
/>
</
MergedActions
>
<
BlobCache
location
=
"C:\blobCache"
path
=
"\.(gif|jpg|png|css|js)$"
maxSize
=
"10"
enabled
=
"false"
/>
<
RuntimeFilter
Assembly
=
"Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Class
=
"Microsoft.Office.Server.Audience.AudienceManager"
BuilderURL
=
"audience_chooser.aspx"
/>
</
SharePoint
>
<
system.web
>
<
securityPolicy
>
<
trustLevel
name
=
"WSS_Medium"
policyFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_mediumtrust.config"
/>
<
trustLevel
name
=
"WSS_Minimal"
policyFile
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\wss_minimaltrust.config"
/>
</
securityPolicy
>
<
httpHandlers
>
<
remove
verb
=
"GET,HEAD,POST"
path
=
"*"
/>
<
add
verb
=
"GET,HEAD,POST"
path
=
"*"
type
=
"Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
verb
=
"OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),(HEADSOURCE),(POSTSOURCE)"
path
=
"*"
type
=
"Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
verb
=
"*"
path
=
"Reserved.ReportViewerWebControl.axd"
type
=
"Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
/>
<!--Ajax-->
<
add
verb
=
"*"
path
=
"*.asmx"
validate
=
"false"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
verb
=
"*"
path
=
"*_AppService.axd"
validate
=
"false"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
verb
=
"GET,HEAD"
path
=
"ScriptResource.axd"
type
=
"System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
validate
=
"false"
/>
<!--End Ajax-->
<!-- Telerik-->
<
add
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource"
verb
=
"*"
validate
=
"false"
/>
<!-- End Telerik-->
</
httpHandlers
>
<
customErrors
mode
=
"Off"
/>
<
httpRuntime
maxRequestLength
=
"51200"
executionTimeout
=
"999999"
/>
<
authentication
mode
=
"Windows"
/>
<
identity
impersonate
=
"true"
/>
<
authorization
>
<
allow
users
=
"*"
/>
</
authorization
>
<
httpModules
>
<
clear
/>
<
add
name
=
"SPRequest"
type
=
"Microsoft.SharePoint.ApplicationRuntime.SPRequestModule, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"OutputCache"
type
=
"System.Web.Caching.OutputCacheModule"
/>
<
add
name
=
"FormsAuthentication"
type
=
"System.Web.Security.FormsAuthenticationModule"
/>
<
add
name
=
"UrlAuthorization"
type
=
"System.Web.Security.UrlAuthorizationModule"
/>
<
add
name
=
"WindowsAuthentication"
type
=
"System.Web.Security.WindowsAuthenticationModule"
/>
<
add
name
=
"RoleManager"
type
=
"System.Web.Security.RoleManagerModule"
/>
<!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> -->
<
add
name
=
"PublishingHttpModule"
type
=
"Microsoft.SharePoint.Publishing.PublishingHttpModule, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<!--Ajax-->
<
add
name
=
"ScriptModule"
type
=
"System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<!--End Ajax-->
<
add
name
=
"Session"
type
=
"System.Web.SessionState.SessionStateModule"
/>
</
httpModules
>
<
globalization
fileEncoding
=
"utf-8"
/>
<
compilation
batch
=
"false"
debug
=
"true"
>
<
assemblies
>
<!-- Telerik -->
<
add
assembly
=
"Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
/>
<!-- End Telerik -->
<
add
assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<!-- Ajax-->
<
add
assembly
=
"System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<!-- End Ajax-->
<
add
assembly
=
"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
</
assemblies
>
<
expressionBuilders
>
<
remove
expressionPrefix
=
"Resources"
/>
<
add
expressionPrefix
=
"Resources"
type
=
"Microsoft.SharePoint.SPResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
expressionPrefix
=
"SPHtmlEncodedResources"
type
=
"Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
expressionPrefix
=
"SPSimpleFormattingEncodedResources"
type
=
"Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
expressionPrefix
=
"SPUrl"
type
=
"Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
</
expressionBuilders
>
</
compilation
>
<
pages
enableSessionState
=
"false"
enableViewState
=
"true"
enableViewStateMac
=
"false"
validateRequest
=
"false"
pageParserFilterType
=
"Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
asyncTimeout
=
"7"
maintainScrollPositionOnPostBack
=
"true"
>
<
namespaces
>
<
remove
namespace
=
"System.Web.UI.WebControls.WebParts"
/>
</
namespaces
>
<
tagMapping
>
<
add
tagType
=
"System.Web.UI.WebControls.SqlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
mappedTagType
=
"Microsoft.SharePoint.WebControls.SPSqlDataSource, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
</
tagMapping
>
<!-- Ajax-->
<
controls
>
<
add
tagPrefix
=
"asp"
namespace
=
"System.Web.UI"
assembly
=
"System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
tagPrefix
=
"asp"
namespace
=
"System.Web.UI.WebControls"
assembly
=
"System.Web.Extensions, Version=3.5.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35"
/>
</
controls
>
<!-- End Ajax-->
</
pages
>
<
siteMap
defaultProvider
=
"CurrentNavSiteMapProvider"
enabled
=
"true"
>
<
providers
>
<
add
name
=
"SPNavigationProvider"
type
=
"Microsoft.SharePoint.Navigation.SPNavigationProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"SPSiteMapProvider"
type
=
"Microsoft.SharePoint.Navigation.SPSiteMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"SPContentMapProvider"
type
=
"Microsoft.SharePoint.Navigation.SPContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"SPXmlContentMapProvider"
siteMapFile
=
"_app_bin/layouts.sitemap"
type
=
"Microsoft.SharePoint.Navigation.SPXmlContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"AdministrationQuickLaunchProvider"
description
=
"QuickLaunch navigation provider for the central administration site"
type
=
"Microsoft.Office.Server.Web.AdministrationQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"SharedServicesQuickLaunchProvider"
description
=
"QuickLaunch navigation provider for shared services administration sites"
type
=
"Microsoft.Office.Server.Web.SharedServicesQuickLaunchProvider, Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"GlobalNavSiteMapProvider"
description
=
"CMS provider for Global navigation"
type
=
"Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
NavigationType
=
"Global"
EncodeOutput
=
"true"
/>
<
add
name
=
"CombinedNavSiteMapProvider"
description
=
"CMS provider for Combined navigation"
type
=
"Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
NavigationType
=
"Combined"
EncodeOutput
=
"true"
/>
<
add
name
=
"CurrentNavSiteMapProvider"
description
=
"CMS provider for Current navigation"
type
=
"Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
NavigationType
=
"Current"
EncodeOutput
=
"true"
/>
<
add
name
=
"CurrentNavSiteMapProviderNoEncode"
description
=
"CMS provider for Current navigation, no encoding of output"
type
=
"Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
NavigationType
=
"Current"
EncodeOutput
=
"false"
/>
<
add
name
=
"SiteDirectoryCategoryProvider"
description
=
"Site Directory category provider"
type
=
"Microsoft.SharePoint.Portal.WebControls.SiteDirectoryCategoryProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"MySiteMapProvider"
description
=
"MySite provider that returns areas and based on the current user context"
type
=
"Microsoft.SharePoint.Portal.MySiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"MySiteLeftNavProvider"
description
=
"MySite Left Nav provider that returns areas and based on the current user context"
type
=
"Microsoft.SharePoint.Portal.MySiteLeftNavProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"UsagePagesSiteMapProvider"
description
=
"Provider for navigation in Portal Usage pages"
type
=
"Microsoft.SharePoint.Portal.Analytics.UsagePagesSiteMapProvider, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"MyCustomSiteMapProvider"
siteMapFile
=
"Submenu.sitemap"
type
=
"Microsoft.SharePoint.Navigation.SPXmlContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
</
providers
>
</
siteMap
>
<
trust
level
=
"Full"
originUrl
=
""
/>
<
webParts
>
<
transformers
>
<
add
name
=
"TransformableFilterValuesToFilterValuesTransformer"
type
=
"Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"TransformableFilterValuesToParametersTransformer"
type
=
"Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"TransformableFilterValuesToFieldTransformer"
type
=
"Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
name
=
"TransformableFilterValuesToEntityInstanceTransformer"
type
=
"Microsoft.SharePoint.Portal.WebControls.TransformableFilterValuesToEntityInstanceTransformer, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
</
transformers
>
</
webParts
>
<
machineKey
validationKey
=
"E07BC487CE3D94B61937332AC494D4BB20981726348D87BA"
decryptionKey
=
"92C8A74EC333F41A12FDEB71247D45F004785798A215704C"
validation
=
"SHA1"
/>
<
sessionState
mode
=
"SQLServer"
timeout
=
"60"
allowCustomSqlDatabase
=
"true"
partitionResolverType
=
"Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
</
system.web
>
<
runtime
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.OleDb"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.SoapPT"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.Sts"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.XmlUrl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.intl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Library"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Security"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<
probing
privatePath
=
"bin;_app_bin"
/>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Portal"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"12.0.0.0"
/>
</
dependentAssembly
>
<!-- AJAX To Support Old AJAX Controls when using AJAX 3.5 -->
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.Web.Extensions"
publicKeyToken
=
"31bf3856ad364e35"
/>
<
bindingRedirect
oldVersion
=
"1.0.0.0-1.1.0.0"
newVersion
=
"3.5.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.Web.Extensions.Design"
publicKeyToken
=
"31bf3856ad364e35"
/>
<
bindingRedirect
oldVersion
=
"1.0.0.0-1.1.0.0"
newVersion
=
"3.5.0.0"
/>
</
dependentAssembly
>
<!-- AJAX End of To Support Old AJAX Controls when using AJAX 3.5 -->
</
assemblyBinding
>
</
runtime
>
<
location
path
=
"_layouts/images"
>
<
system.web
>
<
authorization
>
<
allow
users
=
"*"
/>
</
authorization
>
</
system.web
>
</
location
>
<
location
path
=
"_layouts/mobile/mbllogin.aspx"
>
<
system.web
>
<
authorization
>
<
allow
users
=
"*"
/>
</
authorization
>
</
system.web
>
</
location
>
<
location
path
=
"Telerik.Web.UI.WebResource.axd"
>
<
system.web
>
<
authorization
>
<
allow
users
=
"*"
/>
</
authorization
>
</
system.web
>
</
location
>
<
System.Workflow.ComponentModel.WorkflowCompiler
>
<
authorizedTypes
>
<
authorizedType
Assembly
=
"System.Workflow.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace
=
"System.Workflow.*"
TypeName
=
"*"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace
=
"System.Workflow.*"
TypeName
=
"*"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowActivationProperties"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowTaskProperties"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowHistoryEventType"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"Microsoft.SharePoint.WorkflowActions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WorkflowActions"
TypeName
=
"*"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"DTAC.NCCA.DCARE.Workflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bb9e1869a4e4d4c"
Namespace
=
"DTAC.NCCA.DCARE.Workflow"
TypeName
=
"*"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"Guid"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"DateTime"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"Boolean"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"Double"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"String"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Collections"
TypeName
=
"Hashtable"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Collections"
TypeName
=
"ArrayList"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Diagnostics"
TypeName
=
"DebuggableAttribute"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Runtime.CompilerServices"
TypeName
=
"CompilationRelaxationsAttribute"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Runtime.CompilerServices"
TypeName
=
"RuntimeCompatibilityAttribute"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"Int32"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System"
TypeName
=
"TimeSpan"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace
=
"System.Collections.ObjectModel"
TypeName
=
"Collection`1"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace
=
"System.Workflow.Runtime"
TypeName
=
"CorrelationToken"
Authorized
=
"True"
/>
<
authorizedType
Assembly
=
"Avanade.SharePoint.Workflows.CustomItemLevelSecurity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b0e8d8ba81f7eed5"
Namespace
=
"Avanade.SharePoint.Workflows.CustomItemLevelSecurity"
TypeName
=
"*"
Authorized
=
"True"
/>
</
authorizedTypes
>
</
System.Workflow.ComponentModel.WorkflowCompiler
>
<
appSettings
>
<
add
key
=
"ContentMappingCookieDuration"
value
=
"30"
/>
<
add
key
=
"ContentRollupExpireTime"
value
=
"6"
/>
<
add
key
=
"ContentMappingADGroup"
value
=
"Call Centre Dept|Channel Call center|Customer Service Dept|Corporate Sales Operation Dept|DTAC Center Dept|Domain Users"
/>
<
add
key
=
"LogFilePath"
value
=
"d:\log\"
/>
<
add
key
=
"MaxFeedbackPerDay"
value
=
"1"
/>
<
add
key
=
"HideChannelTab"
value
=
"iHelp;General"
/>
<
add
key
=
"PrepaidProductPage"
value
=
"http://dev.iclear.tac.co.th/channels/prepaid/Pages/default.aspx"
/>
<
add
key
=
"PostpaidProductPage"
value
=
"http://dev.iclear.tac.co.th/channels/postpaid/Pages/default.aspx"
/>
<
add
key
=
"CoporateProductPage"
value
=
"http://dev.iclear.tac.co.th/Channels/Corporate/Pages/default.aspx"
/>
<
add
key
=
"FaxContentUrl"
value
=
"http://dev.iclear.tac.co.th/FaxContent"
/>
<!-- Feedback -->
<
add
key
=
"FeedbackHistoryListUrl"
value
=
"http://dev.iclear.tac.co.th"
/>
<
add
key
=
"FeedbackHistoryList"
value
=
"DCAREContentRatingList"
/>
<!--<add key="HiddenListURL" value="http://dev.iclear.tac.co.th/Lists/DCAREHiddenFeedbackList/AllItems.aspx" />-->
<!--<add key="HiddenListName" value="DCAREHiddenFeedbackList" /> -->
<!-- ENd Feedback -->
<
add
key
=
"FeedCacheTime"
value
=
"300"
/>
<
add
key
=
"FeedPageUrl"
value
=
"/_layouts/feed.aspx?"
/>
<
add
key
=
"FeedXsl1"
value
=
"/Style Library/Xsl Style Sheets/Rss.xsl"
/>
<
add
key
=
"ReportViewerMessages"
value
=
"Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
/>
<
add
key
=
"FaxWS.WsFax"
value
=
"http://10.125.1.227/wsfax/wsfax.asmx"
/>
<
add
key
=
"FaxUpload.UploadViewDocument"
value
=
"http://10.125.1.227/UploadFile/UploadViewDocument.asmx"
/>
<
add
key
=
"SiteUrl"
value
=
"http://dev.iclear.tac.co.th/"
/>
<
add
key
=
"SiteChannels"
value
=
"/Channels"
/>
<
add
key
=
"SiteAdminUser"
value
=
"tac_bangkok\mossdevadmin"
/>
<
add
key
=
"SiteAppAdmin"
value
=
"tac_bangkok\vdavanade4"
/>
<
add
key
=
"FaxApplication"
value
=
"DCARE"
/>
<
add
key
=
"FaxContentPath"
value
=
"\\MOSCCD61\FaxContent\"
/>
<
add
key
=
"SourceMenuFileURL"
value
=
"http://dev.iclear.tac.co.th/menucontrol/sourcemenu.xml"
/>
<
add
key
=
"SourceMenuFilePath"
value
=
"D:\Inetpub\wwwroot\wss\VirtualDirectories\sit.iclear.tac.co.th80\MenuControl\SourceMenu.xml"
/>
<!-- Content Approval -->
<
add
key
=
"CntFrom"
value
=
"vdavanade4@dtac.co.th"
/>
<
add
key
=
"CntAppSub"
value
=
"iClear - Content Approval"
/>
<
add
key
=
"CntAppDeclineSub"
value
=
"iClear - Content Approval"
/>
<
add
key
=
"CntAppBody"
value
=
"Please review and approve "
/>
<
add
key
=
"CntAppFooter"
value
=
"Do not reply this email , this is an auto-generated email."
/>
<
add
key
=
"CntAppDeclineBody"
value
=
"Your requested for approval has been rejected."
/>
<
add
key
=
"CntAppApprovedSub"
value
=
"iClear - Content Approval"
/>
<
add
key
=
"CntAppApprovedBody"
value
=
"Your requested for approval has been Approved"
/>
<
add
key
=
"SMTPServer"
value
=
"10.20.2.31"
/>
<
add
key
=
"DCareApprovalPage"
value
=
"http://dev.iclear.tac.co.th/_layouts/DcareApproval.aspx"
/>
<
add
key
=
"AllChannels"
value
=
"Postpaid|Prepaid|VAS|SME|Corporate|IR"
/>
<
add
key
=
"NumberOfArchivePageToBeDisplay"
value
=
"15"
/>
<!-- Content Approval -->
<!-- Listing -->
<
add
key
=
"SiteName"
value
=
"http://dev.iclear.tac.co.th/"
/>
<
add
key
=
"kSiteName"
value
=
"http://dev.iclear.tac.co.th"
/>
<!-- Listing -->
<!--Content Rollup-->
<
add
key
=
"ImagesURL"
value
=
"/PublishingImages"
/>
<!--Content Rollup-->
<!--ThaiQuest Search-->
<
add
key
=
"SEMAddress"
value
=
"127.0.0.1:22001"
/>
<
add
key
=
"TQStatConnectionString"
value
=
"Server=MOSCCD51\MOSSDEV1;UID=DCARE_TQCUSTAPP;PASSWORD=Password!;database=DB_ThaiQuest;Max Pool Size=400;Connect Timeout=600;"
/>
<!--Script Tool-->
<
add
key
=
"ScriptToolNameSuffix"
value
=
"_st"
/>
<!--Email-->
<
add
key
=
"EmailHeader"
value
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033\IMAGES\DCARE\email_header.jpg"
/>
<
add
key
=
"EmailFooter"
value
=
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033\IMAGES\DCARE\email_footer.jpg"
/>
</
appSettings
>
<
system.net
>
<
defaultProxy
>
<
proxy
autoDetect
=
"true"
/>
</
defaultProxy
>
</
system.net
>
<!--Ajax-->
<
system.webServer
>
<
validation
validateIntegratedModeConfiguration
=
"false"
/>
<
modules
>
<
remove
name
=
"ScriptModule"
/>
<
add
name
=
"ScriptModule"
preCondition
=
"managedHandler"
type
=
"System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
</
modules
>
<
handlers
>
<
remove
name
=
"WebServiceHandlerFactory-Integrated"
/>
<
remove
name
=
"ScriptHandlerFactory"
/>
<
remove
name
=
"ScriptHandlerFactoryAppServices"
/>
<
remove
name
=
"ScriptResource"
/>
<
add
name
=
"ScriptHandlerFactory"
verb
=
"*"
path
=
"*.asmx"
preCondition
=
"integratedMode"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
name
=
"ScriptHandlerFactoryAppServices"
verb
=
"*"
path
=
"*_AppService.axd"
preCondition
=
"integratedMode"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
name
=
"ScriptResource"
preCondition
=
"integratedMode"
verb
=
"GET,HEAD"
path
=
"ScriptResource.axd"
type
=
"System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<!-- Telerik -->
<
add
name
=
"Telerik_Web_UI_WebResource_axd"
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
verb
=
"*"
preCondition
=
"integratedMode"
/>
<!--
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
-->
<!-- End Telerik -->
</
handlers
>
</
system.webServer
>
<!--End Ajax-->
</
configuration
>
0
Hi Kriengsak,
I can see that there are some inconsistencies in the web.conifg file of your MOSS site. What I suggest you to do is upgrade to the latest available for you version of RadEditor for MOSS (5.7.3) and if you want to use the .NET 3.5 version of the Telerik.Web.UI use 2010.1 519.35.
Here is what to do:
1. Uninstall RadEditor for MOSS 5.4.1 (http://www.telerik.com/help/aspnet-ajax/uninstalling-radeditor.html).
2. Remove all Telerik.Web.UI and RadEditorSharePoint entries if there are any left.
3. Install RadEditor for MOSS 5.7.3 (http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html)
4. Add the following SafeControl element:
5. Add the following dependantAssembly:
If you want to use the .NET 3.5 version of Telerik.Web.UI 2010.1 519.35.
6. Add the following SafeControl:
7. Add the following dependantAssembly:
Sincerely yours,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I can see that there are some inconsistencies in the web.conifg file of your MOSS site. What I suggest you to do is upgrade to the latest available for you version of RadEditor for MOSS (5.7.3) and if you want to use the .NET 3.5 version of the Telerik.Web.UI use 2010.1 519.35.
Here is what to do:
1. Uninstall RadEditor for MOSS 5.4.1 (http://www.telerik.com/help/aspnet-ajax/uninstalling-radeditor.html).
2. Remove all Telerik.Web.UI and RadEditorSharePoint entries if there are any left.
3. Install RadEditor for MOSS 5.7.3 (http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html)
4. Add the following SafeControl element:
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.4.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
/>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"RadEditorSharePoint"
publicKeyToken
=
"1f131a624888eeed"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"1.0.0.0-5.7.2.0"
newVersion
=
"5.7.3.0"
/>
</
dependentAssembly
>
If you want to use the .NET 3.5 version of Telerik.Web.UI 2010.1 519.35.
6. Add the following SafeControl:
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2010.1.519.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
/>
7. Add the following dependantAssembly:
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Telerik.Web.UI"
publicKeyToken
=
"121fae78165ba3d4"
/>
<
bindingRedirect
oldVersion
=
"1.0.0.0-2010.1.519.20"
newVersion
=
"2010.1.519.35"
/>
</
dependentAssembly
>
Sincerely yours,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.