Hi,
I have a Telerik control inside an ASP.NET UserControl. The UserControl is deployed to the Sharepoint 2010 site.
Currently I am receiving the error:- "Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified."
What I have done so far:
- I have added the Telerik.Web.UI.dll to the GAC.
- I have added it to the SafeControls list
- I have checked that all the Ajax required tags are present (as in http://www.telerik.com/help/aspnet-ajax/moss-install-aspnet-ajax.html)
Is there something else I am missing??
Note* I am aware that there are separate products for Sharepoint but I want to use my exisiting Telerik controls.
Thank you,
KS
I have a Telerik control inside an ASP.NET UserControl. The UserControl is deployed to the Sharepoint 2010 site.
Currently I am receiving the error:- "Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified."
What I have done so far:
- I have added the Telerik.Web.UI.dll to the GAC.
- I have added it to the SafeControls list
- I have checked that all the Ajax required tags are present (as in http://www.telerik.com/help/aspnet-ajax/moss-install-aspnet-ajax.html)
Is there something else I am missing??
Note* I am aware that there are separate products for Sharepoint but I want to use my exisiting Telerik controls.
Thank you,
KS
6 Answers, 1 is accepted
0
Hello Khurram,
Could you confirm exactly which version of Telerik.Web.UI are you using? Also provide me with the web.config file of your SP2010 site. Ones I have this information, I will be able to advise you further.
Greetings,
Stanimir
the Telerik team
Could you confirm exactly which version of Telerik.Web.UI are you using? Also provide me with the web.config file of your SP2010 site. Ones I have this information, I will be able to advise you further.
Greetings,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0

Khurram
Top achievements
Rank 1
answered on 07 Oct 2011, 05:12 PM
Thank you for your reply.
I am using Telerik version 2011.2.915.35
I am deploying using vs 2010 (with a visual webpart).
I now get the following error:
I am using Telerik version 2011.2.915.35
I am deploying using vs 2010 (with a visual webpart).
I now get the following error:
An error occurred during the processing of /_CONTROLTEMPLATES/DSI.MessageBoard.SP/MessageBoard/MessageBoardUserControl.ascx. The base class includes the field 'smMessageDisplay', but its type (Telerik.Web.UI.RadScriptManager) is not compatible with the type of control (Telerik.Web.UI.RadScriptManager).
*Also - all my projects target the 3.5 framework.
I included the Telerik assembly in the Package Solution.
My config is below:
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?><
BR
><
configuration
><
BR
>
<
configSections
><
BR
> <
sectionGroup
name
=
"SharePoint"
><
BR
> <
section
name
=
"SafeControls"
type="Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
<
section
name
=
"RuntimeFilter"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"WebPartLimits"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"WebPartCache"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"WebPartWorkItem"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"WebPartControls"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"SafeMode"
type="Microsoft.SharePoint.ApplicationRuntime.SafeModeConfigurationHandler,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
<
section
name
=
"MergedActions"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"PeoplePickerWildcards"
type="System.Configuration.NameValueSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"WorkflowServices"
type="Microsoft.SharePoint.Workflow.ServiceConfigurationSection,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
<
section
name
=
"BlobCache"
type="System.Configuration.SingleTagSectionHandler,
System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"OutputCacheProfiles"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
/><
BR
> <
section
name
=
"ObjectCache"
type="System.Configuration.SingleTagSectionHandler, System,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
" /><
BR
>
</
sectionGroup
><
BR
> <
sectionGroup
name
=
"System.Workflow.ComponentModel.WorkflowCompiler"
type="System.Workflow.ComponentModel.Compiler.WorkflowCompilerConfigurationSectionGroup,
System.Workflow.ComponentModel,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"><
BR
>
<
section
name
=
"authorizedTypes"
type="System.Workflow.ComponentModel.Compiler.AuthorizedTypesSectionHandler,
System.Workflow.ComponentModel,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
" /><
BR
>
<
section
name
=
"authorizedRuleTypes"
type="System.Workflow.ComponentModel.Compiler.AuthorizedTypesSectionHandler,
System.Workflow.ComponentModel,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
" /><
BR
>
</
sectionGroup
><
BR
> <
sectionGroup
name
=
"system.web.extensions"
type="System.Web.Configuration.SystemWebExtensionsSectionGroup,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"><
BR
>
<
sectionGroup
name
=
"scripting"
type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"><
BR
>
<
section
name
=
"scriptResourceHandler"
type="System.Web.Configuration.ScriptingScriptResourceHandlerSection,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/><
BR
> <
sectionGroup
name
=
"webServices"
type="System.Web.Configuration.ScriptingWebServicesSectionGroup,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"><
BR
>
<
section
name
=
"jsonSerialization"
type="System.Web.Configuration.ScriptingJsonSerializationSection,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
requirePermission
=
"false"
allowDefinition
=
"Everywhere"
/><
BR
> <
section
name
=
"profileService"
type="System.Web.Configuration.ScriptingProfileServiceSection,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/><
BR
> <
section
name
=
"authenticationService"
type="System.Web.Configuration.ScriptingAuthenticationServiceSection,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
requirePermission
=
"false"
allowDefinition
=
"MachineToApplication"
/><
BR
>
</
sectionGroup
><
BR
>
</
sectionGroup
><
BR
>
</
sectionGroup
><
BR
> <
sectionGroup
name
=
"microsoft.sharepoint.client"
><
BR
>
<
section
name
=
"serverRuntime"
type="Microsoft.SharePoint.Client.ClientServiceServerRuntimeSection,
Microsoft.SharePoint.Client.ServerRuntime,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
sectionGroup
><
BR
> <
sectionGroup
name
=
"ReportingServices"
><
BR
> <
section
name
=
"DataExtensions"
type
=
"System.Configuration.DictionarySectionHandler"
/><
BR
> </
sectionGroup
><
BR
>
<
sectionGroup
name
=
"Bpm"
><
BR
> <
section
name
=
"FCODaoProviders"
type
=
"System.Configuration.DictionarySectionHandler"
/><
BR
> </
sectionGroup
><
BR
>
<
sectionGroup
name
=
"reportserver"
><
BR
>
<
section
name
=
"redirection"
type="Microsoft.ReportingServices.SharePoint.Configuration.RSRedirectConfigSection,
RSSharePointSoapProxy,
Version
=
10
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
" /><
BR
>
</
sectionGroup
><
BR
> </
configSections
><
BR
>
<
microsoft.sharepoint.client
><
BR
>
<
serverRuntime
><
BR
>
<
hostTypes
><
BR
> <
add
type="Microsoft.SharePoint.Client.SPClientServiceHost, Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> </
hostTypes
><
BR
>
</
serverRuntime
><
BR
> </
microsoft.sharepoint.client
><
BR
>
<
SharePoint
><
BR
> <
SafeMode
MaxControls
=
"200"
CallStack
=
"false"
DirectFileDependencies
=
"10"
TotalFileDependencies
=
"50"
AllowPageLevelTrace
=
"false"
><
BR
>
<
PageParserPaths
><
BR
>
</
PageParserPaths
><
BR
>
</
SafeMode
><
BR
> <
WebPartLimits
MaxZoneParts
=
"50"
PropertySize
=
"1048576"
/><
BR
> <
WebPartCache
Storage
=
"CacheObject"
/><
BR
> <
WebPartControls
DatasheetControlGuid
=
"65BCBEE4-7728-41a0-97BE-14E1CAE36AAE"
/><
BR
>
<
SafeControls
><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
1
.0.5000.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.HtmlControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"SqlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"AccessDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"XmlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="System.Web,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"ObjectDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Search,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
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"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"XsltListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PictureLibrarySlideshowWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"SPUserCodeWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.ApplicationPages.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Applications.GroupBoard.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Applications.GroupBoard.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Search.Internal.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Src
=
"~/_controltemplates/*"
IncludeSubFolders
=
"True"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Access.Server.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.UI"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.Data"
TypeName
=
"AccessServicesDataSource"
/><
BR
>
<
SafeControl
Assembly="Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.Data"
TypeName
=
"ApplicationCookie"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Workflow.Feature,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Workflow.Feature"
TypeName
=
"ProcessAllTasksButton"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.DocumentManagement,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Policy,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.RecordsManagement.Controls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/><
BR
>
<
SafeControl
Assembly="Microsoft.Office.Excel.WebUI,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Excel.WebUI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"PageContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryStringFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerTextWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerChoicesWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.FilterControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.InfoPath.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.InfoPath.Server.Controls.WebUI"
TypeName
=
"*"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Chart,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.UI,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.UserProfiles,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.UserProfiles,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.PerformancePoint.Scorecards.WebControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.PerformancePoint.Scorecards.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ProfilePagesControl"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
11
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.Internal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.Navigation"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Excel.WebUI,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.Internal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.Navigation"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"ContentByQueryWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"SummaryLinkWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"TableOfContentsWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"MediaWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"ContentByQueryWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"SummaryLinkWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Publishing,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"TableOfContentsWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Excel.WebUI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.MobileControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuePair"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValues"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"IScorecardFilterValues"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersToolPart"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersButtonAlign"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerBaseWebPart"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserInputFilterWebPart"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MultiValuedUserInputFilterWebPart"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterMultipleValueHandling"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ContextFilterWebPart"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterDefaultValueKind"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterProviderConnectionPoint"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ListFilterValuesPickerUIContextBase"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuesPickerDialog"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"StaticListFilterValuesPickerContext"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"PageContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryStringFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerTextWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuePairCollection"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerChoicesWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterValueKind"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ScorecardFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"BusinessDataFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SpListFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MessageKind"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MessagePanel"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBox"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBoxEx"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryResultsDateTimeFormatType"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchResults"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"LocStringId"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBox"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBoxEx"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryResultsDateTimeFormatType"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchResults"
/><
BR
> <
SafeControl
Assembly="Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"LocStringId"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.Search.Monitoring"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.Search.MobileControls"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.SharePoint.ClientExtensions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.SharePoint.ClientExtensions.Publishing"
TypeName
=
"TakeListOfflineControl"
/><
BR
>
<
SafeControl
Assembly="Microsoft.Office.SharePoint.ClientExtensions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.SharePoint.ClientExtensions.Publishing"
TypeName
=
"TakeListOfflineRibbonControl"
/><
BR
>
<
SafeControl
Assembly="Microsoft.SharePoint.Taxonomy,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Taxonomy"
TypeName
=
"*"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Visio.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Visio.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.Office.Server.WebAnalytics.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Server.WebAnalytics.Reporting"
TypeName
=
"WhatsPopularWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/><
BR
> <
SafeControl
Assembly="DynamicPivot,
Version
=
1
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
df93827fccbbd705
"
Namespace
=
"DynamicPivot.BICollectionBrowser"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/><
BR
>
<
SafeControl
Assembly="DynamicPivot,
Version
=
1
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
df93827fccbbd705
"
Namespace
=
"DynamicPivot.BIRdlCrawler"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.ServerPages,
Version
=
10
.50.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
"
Namespace
=
"Microsoft.ReportingServices.SharePoint.UI"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version
=
10
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
"
Namespace
=
"Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="DSI.WebParts,
Version
=
1
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
872b50b26aca54db
"
Namespace
=
"DSI.WebParts"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="DSI.WebParts.Components,
Version
=
1
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
872b50b26aca54db
"
Namespace
=
"DSI.WebParts.Components"
TypeName
=
"*"
Safe
=
"True"
/><
BR
> <
SafeControl
Assembly="Telerik.Web.UI,
Version
=
2011
.2.915.35,
Culture
=
neutral
,
PublicKeyToken
=
121fae78165ba3d4
"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/><
BR
>
<
SafeControl
Assembly="Telerik.Web.Design,
Version
=
2011
.2.915.35,
Culture
=
neutral
,
PublicKeyToken
=
121fae78165ba3d4
"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/><
BR
> <
SafeControl
Assembly="DSI.MessageBoard.SharePoint,
Version
=
1
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
37429514453f4fa6
"
Namespace
=
"DSI.MessageBoard.SP.MessageBoard"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/><
BR
>
</
SafeControls
><
BR
>
<
PeoplePickerWildcards
><
BR
> <
clear
/><
BR
> <
add
key
=
"AspNetSqlMembershipProvider"
value
=
"%"
/><
BR
>
</
PeoplePickerWildcards
><
BR
>
<
WorkflowServices
><
BR
> <
WorkflowService
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Class
=
"Microsoft.SharePoint.Workflow.SPWinOEWSSService"
><
BR
>
</
WorkflowService
><
BR
> <
WorkflowService
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Class
=
"Microsoft.SharePoint.Workflow.SPWinOETaskService"
><
BR
>
</
WorkflowService
><
BR
>
</
WorkflowServices
><
BR
>
<
MergedActions
><
BR
> <
Action
id
=
"813d46d1-4342-4d45-b58c-439292cd454d"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"e66f3f96-8a99-438e-80c9-4b9f56f95e93"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"bad91a44-2212-487a-9c89-202f6d347a9b"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"cad91a44-2212-487a-9c89-202f6d347a9c"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"e66f3f96-8a99-438e-80c9-4b9f56f95e92"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"d40d67d9-9a19-4484-94f6-41d432229c09"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"affcce0e-a70b-4294-a017-e421722f8b42"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"b9c0ea3c-2671-43ee-a9c0-59495dab1d98"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"54746c6e-b00f-4b32-b7e3-d4c8d1ef7c10"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"ae31f688-4253-4bc4-b5b2-6ae55c9f85a1"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"6ee13f04-2c01-46ef-a1cd-b1a8ff7b3ac5"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML"
/><
BR
> <
Action
id
=
"bf064279-3567-42bf-a34d-0a74f6fe56ca"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"080d803c-e546-40b0-a0ba-35656374993b"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"35dee521-70fb-4aba-b716-96c9607eded5"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"2e7c1877-d70f-4c42-8a77-f8d611bcae85"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"6eff9bc8-a42a-4839-be23-dcb11a5d8af6"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"282ca3da-439a-4f7d-bcd1-3ef6b3cc4c25"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"23449080-66bb-4a2d-a839-11c2321a7257"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"59bf77f0-85cc-430d-b93e-f955fd8e8655"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"f79a8155-0950-4503-b019-45f9b801945c"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"05ed769b-74e7-44a5-bb3f-abbff5b496a2"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"d2dc85b7-1b73-4f26-afeb-5dbe3d741dc4"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"3905821d-7eca-4879-909b-90c92f2efb57"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.dlc.xml"
/><
BR
> <
Action
id
=
"e3b7adae-f5db-4ce5-becb-1af83f7938ce"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"96e4385b-521e-4303-84d6-9acd1375836f"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"c58dd4f4-7da9-493b-8839-862141db04a1"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"4c21f1ae-ef75-4de8-a6f8-ee2203042a26"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"b24f415a-4e34-434a-bd9c-5954378022b7"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"6459acaf-1105-4552-8422-dc9f74f05276"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ewr.xml"
/><
BR
> <
Action
id
=
"78d99e0a-e87d-4f58-94ef-3e9785878e1c"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server
Extensions\14\config\webconfig.extended.search.xml"
/><
BR
> <
Action
id
=
"5ef800bc-356e-4c06-a052-dc2ed31b4796"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server
Extensions\14\config\webconfig.filtercontrols.xml"
/><
BR
> <
Action
id
=
"0f718bd6-3cfc-4158-97fe-2dbb459e6bc9"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ipfs.xml"
/><
BR
> <
Action
id
=
"5173fcbb-1def-4030-a6b9-3720fc5d4d33"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ipfs.xml"
/><
BR
> <
Action
id
=
"af8445e4-5685-4a45-ac60-c7bcb4fa8036"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ipfs.xml"
/><
BR
> <
Action
id
=
"578263f7-418b-45ab-a887-76c74f121d3c"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.mosschart.xml"
/><
BR
> <
Action
id
=
"89be315b-a983-44f9-b1ed-d9920cf5528e"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-0001-0002-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-0001-0003-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-0001-0004-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-0001-0005-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-0001-0006-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"2637af1c-f384-4440-ab0c-e07a2e45f4d5"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"d3b25f36-a5d4-4634-8c0d-285a5dfcec37"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"d318e399-6d35-49a7-9cfc-630659161272"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"bff41e71-268c-4832-a6b1-e67b1a848646"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.osrv.xml"
/><
BR
> <
Action
id
=
"a093e8c6-ba89-4811-a891-e63e3eebb188"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"c367ae4a-27df-4f01-84b8-e0296be6aaea"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"ad2bf40d-04a5-4a1e-b6cd-1c6384b9882f"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"da8363d7-c510-4424-a0ca-579399ada746"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"4788a8f6-fe31-4e7a-ab91-50dffc279767"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"95714573-dc40-434e-87e3-c04fe1c841d3"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"5e33d0a9-b7d0-4d04-acbb-ac5871b51aba"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.pps.xml"
/><
BR
> <
Action
id
=
"31114d0d-ae7c-45ef-a5fc-9b15dbd90677"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.prfpgs.xml"
/><
BR
> <
Action
id
=
"fc002d03-7839-402b-a94a-1c9a2d40b63d"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"cd6122b2-5c40-45fb-952b-908354a91e33"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"743c7ec7-2e3f-47d8-a636-e0f5d873971d"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"7577e2f1-78ef-4c08-b861-c151ce35e938"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"2365277a-c5ee-4589-84d4-c759e6b9477d"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"b879238f-de6a-4766-bf2f-1f4348b0e900"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"7383fb3f-8d4d-48af-82bd-b06a00a8f9ef"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"0582988f-9c26-4990-8672-0099f4567b03"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"9008b35c-3ad5-4831-bcbe-ec456a4e152b"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"009e5494-26c5-4181-936f-4d16f444b642"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"4427b8cd-886a-4f31-b6c5-17c335f78e26"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"4cca960b-247e-4743-9f4b-835975e867f9"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"7fd9ed44-102a-40e5-a443-f72142f6f123"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"5552b985-f1b8-4647-83e1-97a3a8d5ca60"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"5f75013a-2a71-40c5-a77c-c39a97365ba3"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"72db2c92-8bc1-4767-a12c-94b67d46d0cf"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"4cc2777f-e9ed-4af4-acbb-9f101f64e4d6"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.sps.xml"
/><
BR
> <
Action
id
=
"eaa3e0c0-973a-4dbd-96e9-48f7837a8909"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1002-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1003-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1004-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1005-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1006-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1007-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1008-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1009-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100a-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100b-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100c-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100d-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100e-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-100f-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"cc34a1f6-0355-4b09-8082-16e1d932c3b5"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1010-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1011-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1012-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1014-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1015-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101f-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"5055b13f-c200-45dd-8dbd-b046710e01ac"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"2ac909bc-29ed-42dd-8b47-548a927c3501"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"ea2d54ca-cd14-48a7-a5ca-b10b24141937"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1019-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101a-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101b-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101c-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101d-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-101e-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1020-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"0ff1ce14-1021-0000-0000-000000000000"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.spss.xml"
/><
BR
> <
Action
id
=
"ec0076ac-0c35-4880-8422-8062f5925bec"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.ss.xml"
/><
BR
> <
Action
id
=
"602bc8c3-9286-49a3-b973-3376ca78b297"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.taxonomy.xml"
/><
BR
> <
Action
id
=
"00e22a78-33ff-41ac-b0fb-ee46d1636e22"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.taxonomy.xml"
/><
BR
> <
Action
id
=
"4b60e42e-e6fc-4188-80d2-ef39e7cc0065"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\webconfig.vwa.xml"
/><
BR
> <
Action
id
=
"1d415973-1146-4bc2-8324-83dfff5bfe33"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server
Extensions\14\config\webconfig.webanalytics.xml"
/><
BR
> <
Action
id
=
"00e9a1da-5347-40ad-b5e9-214f9de71bf4"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"58382257-b886-4f27-a566-a7bfcd448aa6"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"0772c0f8-7f82-4430-a4c2-d419fba21eec"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"c6ab06e7-8010-4e47-80fd-6c02c3f0fe18"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"f460ad0a-93e3-4f57-8b34-43500cd5c421"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"596cd522-3c7e-4694-8e69-7bc7fb95952a"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"5aecae94-e886-47f9-aaeb-4db4d8ebad0e"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"591077dc-eea5-4770-89b9-c457e82057f6"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> <
Action
id
=
"68c8f882-0c21-4190-9c85-ec9672bf8c16"
sourceFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\config\Webconfig.rs.xml"
/><
BR
> </
MergedActions
><
BR
>
<
BlobCache
location
=
"C:\BlobCache\14"
path
=
"\.(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv)$"
maxSize
=
"10"
enabled
=
"false"
/><
BR
> <
ObjectCache
maxSize
=
"100"
/><
BR
> <
OutputCacheProfiles
useCacheProfileOverrides
=
"false"
varyByHeader
=
""
varyByParam
=
"*"
varyByCustom
=
""
varyByRights
=
"true"
cacheForEditRights
=
"false"
/><
BR
>
<
RuntimeFilter
Assembly="Microsoft.Office.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Class
=
"Microsoft.Office.Server.Audience.AudienceManager"
BuilderURL
=
"audience_chooser.aspx"
/><
BR
> </
SharePoint
><
BR
>
<
system.web
><
BR
>
<
securityPolicy
><
BR
> <
trustLevel
name
=
"WSS_Medium"
policyFile="C:\Program Files\Common Files\Microsoft Shared\Web
Server Extensions\14\config\wss_mediumtrust.config"
/><
BR
> <
trustLevel
name
=
"WSS_Minimal"
policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\14\config\wss_minimaltrust.config" /><
BR
>
</
securityPolicy
><
BR
> <
httpHandlers
/><
BR
> <
customErrors
mode
=
"Off"
/><
BR
> <
httpRuntime
maxRequestLength
=
"51200"
/><
BR
> <
authentication
mode
=
"Windows"
/><
BR
> <
identity
impersonate
=
"true"
/><
BR
>
<
authorization
><
BR
> <
allow
users
=
"*"
/><
BR
> </
authorization
><
BR
>
<
httpModules
/><
BR
> <
globalization
fileEncoding
=
"utf-8"
/><
BR
> <
compilation
batch
=
"false"
debug
=
"false"
><
BR
>
<
assemblies
><
BR
> <
add
assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
assembly="System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
/><
BR
> <
add
assembly="Microsoft.Web.CommandUI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
assembly="Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
assembly="Microsoft.Office.Access.Server.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
assembly="Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
assembly="Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
assemblies
><
BR
>
<
expressionBuilders
><
BR
>
<
remove
expressionPrefix
=
"Resources"
/><
BR
> <
add
expressionPrefix
=
"SatelliteResources"
type="Microsoft.SharePoint.Search.SPSatelliteResourceExpressionBuilder,
Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
expressionPrefix
=
"SPUrl"
type="Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
expressionPrefix
=
"Resources"
type="Microsoft.SharePoint.Search.SPSatelliteResourceExpressionBuilder,
Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
expressionPrefix
=
"SPHtmlEncodedResources"
type="Microsoft.SharePoint.Search.SPHtmlEncodedSatelliteResourceExpressionBuilder,
Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
expressionPrefix
=
"SPSimpleFormattingEncodedResources"
type="Microsoft.SharePoint.Search.SPSimpleFormattingEncodedSatelliteResourceExpressionBuilder,
Microsoft.SharePoint.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
expressionBuilders
><
BR
>
<
buildProviders
><
BR
> <
add
extension
=
".json"
type
=
"System.Web.Compilation.WebServiceBuildProvider"
/><
BR
>
</
buildProviders
><
BR
>
</
compilation
><
BR
> <
pages
enableSessionState
=
"false"
enableViewState
=
"true"
enableViewStateMac
=
"true"
validateRequest
=
"false"
pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
asyncTimeout
=
"7"
><
BR
>
<
namespaces
><
BR
> <
remove
namespace
=
"System.Web.UI.WebControls.WebParts"
/><
BR
>
</
namespaces
><
BR
>
<
tagMapping
><
BR
> <
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
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
tagMapping
><
BR
>
<
controls
><
BR
> <
add
tagPrefix
=
"asp"
namespace
=
"System.Web.UI"
assembly="System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
/><
BR
> </
controls
><
BR
>
</
pages
><
BR
> <
siteMap
defaultProvider
=
"CurrentNavigation"
enabled
=
"true"
><
BR
>
<
providers
><
BR
> <
add
name
=
"SPNavigationProvider"
type="Microsoft.SharePoint.Navigation.SPNavigationProvider,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"SPSiteMapProvider"
type="Microsoft.SharePoint.Navigation.SPSiteMapProvider, Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"SPContentMapProvider"
type="Microsoft.SharePoint.Navigation.SPContentMapProvider,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"SPXmlContentMapProvider"
siteMapFile
=
"_app_bin/layouts.sitemap"
type="Microsoft.SharePoint.Navigation.SPXmlContentMapProvider,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"ExtendedSearchXmlContentMapProvider"
description="Provider for navigation
in Extended Search pages"
siteMapFile
=
"_app_bin/layouts.sitemap"
type="Microsoft.Office.Server.Search.Extended.Administration.Common.ExtendedSearchXmlContentMapProvider,
Microsoft.Office.Server.Search,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"AdministrationQuickLaunchProvider"
description="QuickLaunch navigation
provider for the central administration site"
type="Microsoft.Office.Server.Web.AdministrationQuickLaunchProvider,
Microsoft.Office.Server.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"SharedServicesQuickLaunchProvider"
description="QuickLaunch navigation
provider for shared services administration sites"
type="Microsoft.Office.Server.Web.SharedServicesQuickLaunchProvider,
Microsoft.Office.Server.UI,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"GlobalNavSiteMapProvider"
description
=
"CMS provider for Global navigation"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Global"
EncodeOutput
=
"true"
/><
BR
> <
add
name
=
"CombinedNavSiteMapProvider"
description="CMS provider for Combined
navigation"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Combined"
EncodeOutput
=
"true"
/><
BR
> <
add
name
=
"CurrentNavSiteMapProvider"
description="CMS provider for Current
navigation"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Current"
EncodeOutput
=
"true"
/><
BR
> <
add
name
=
"CurrentNavSiteMapProviderNoEncode"
description="CMS provider for Current
navigation, no encoding of output"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Current"
EncodeOutput
=
"false"
/><
BR
> <
add
name
=
"GlobalNavigation"
description
=
"Provider for MOSS Global Navigation"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Combined"
Version
=
"14"
/><
BR
> <
add
name
=
"CurrentNavigation"
description
=
"Provider for MOSS Current Navigation"
type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
NavigationType
=
"Current"
Version
=
"14"
/><
BR
> <
add
name
=
"SiteDirectoryCategoryProvider"
description="Site Directory category
provider"
type="Microsoft.SharePoint.Portal.WebControls.SiteDirectoryCategoryProvider,
Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
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
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
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
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"MySiteSubNavProvider"
description="MySite Sub Nav provider that returns
areas and based on the current user context"
type="Microsoft.SharePoint.Portal.MySiteSubNavProvider,
Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
providers
><
BR
> </
siteMap
><
BR
>
<
trust
level
=
"WSS_Minimal"
originUrl
=
""
/><
BR
>
<
webParts
><
BR
>
<
transformers
><
BR
> <
add
name
=
"TransformableFilterValuesToFilterValuesTransformer"
type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableFilterValuesToParametersTransformer"
type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableFilterValuesToFieldTransformer"
type="Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableBIDataProviderToFilterValuesTransformer"
type="Microsoft.PerformancePoint.Scorecards.WebControls.Transforms.TransformableBIDataProviderToFilterValuesTransformer,
Microsoft.PerformancePoint.Scorecards.WebControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableBIDataProviderToWebPartParametersTransformer"
type="Microsoft.PerformancePoint.Scorecards.WebControls.Transforms.TransformableBIDataProviderToWebPartParametersTransformer,
Microsoft.PerformancePoint.Scorecards.WebControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableBIDataProviderTransformer"
type="Microsoft.PerformancePoint.Scorecards.WebControls.TransformableBIDataProviderTransformer,
Microsoft.PerformancePoint.Scorecards.WebControls,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
add
name
=
"TransformableFilterValuesToEntityInstanceTransformer"
type="Microsoft.SharePoint.Portal.WebControls.TransformableFilterValuesToEntityInstanceTransformer,
Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
transformers
><
BR
>
</
webParts
><
BR
> <
machineKey
validationKey
=
"06F87580233F568C59652F0A2E2144B9E9C5039FBD7179E3"
decryptionKey
=
"811AFC719658D8F41BD5BC4AA55B29B90B3E273B58510F06"
validation
=
"SHA1"
/><
BR
> </
system.web
><
BR
>
<
system.webServer
><
BR
>
<
security
><
BR
> <
requestFiltering
allowDoubleEscaping
=
"true"
><
BR
>
<
requestLimits
maxAllowedContentLength
=
"2147483647"
/><
BR
>
</
requestFiltering
><
BR
>
</
security
><
BR
> <
validation
validateIntegratedModeConfiguration
=
"false"
/><
BR
>
<
modules
runAllManagedModulesForAllRequests
=
"true"
><
BR
>
<
remove
name
=
"AnonymousIdentification"
/><
BR
> <
remove
name
=
"FileAuthorization"
/><
BR
> <
remove
name
=
"Profile"
/><
BR
> <
remove
name
=
"WebDAVModule"
/><
BR
> <
remove
name
=
"Session"
/><
BR
> <
add
name
=
"SPRequestModule"
preCondition
=
"integratedMode"
type="Microsoft.SharePoint.ApplicationRuntime.SPRequestModule,
Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
name
=
"ScriptModule"
preCondition
=
"integratedMode"
type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
/><
BR
> <
add
name
=
"SharePoint14Module"
preCondition
=
"integratedMode"
/><
BR
> <
add
name
=
"StateServiceModule"
type="Microsoft.Office.Server.Administration.StateModule,
Microsoft.Office.Server,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
name
=
"PublishingHttpModule"
type="Microsoft.SharePoint.Publishing.PublishingHttpModule,
Microsoft.SharePoint.Publishing,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
name
=
"RSRedirectModule"
type="Microsoft.ReportingServices.SharePoint.Soap.RSRedirectModule,
RSSharePointSoapProxy,
Version
=
10
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
" /><
BR
>
</
modules
><
BR
>
<
handlers
><
BR
> <
remove
name
=
"OPTIONSVerbHandler"
/><
BR
> <
remove
name
=
"WebServiceHandlerFactory-Integrated"
/><
BR
> <
remove
name
=
"svc-Integrated"
/><
BR
> <
remove
name
=
"WebDAV"
/><
BR
> <
add
name
=
"svc-Integrated"
path
=
"*.svc"
verb
=
"*"
type="System.ServiceModel.Activation.HttpHandler,
System.ServiceModel,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
preCondition
=
"integratedMode"
/><
BR
> <
add
name
=
"OwssvrHandler"
scriptProcessor="C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\14\isapi\owssvr.dll"
path
=
"/_vti_bin/owssvr.dll"
verb
=
"*"
modules
=
"IsapiModule"
preCondition
=
"integratedMode"
/><
BR
> <
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
"
/><
BR
> <
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
"
/><
BR
> <
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
"
/><
BR
> <
add
name
=
"JSONHandlerFactory"
path
=
"*.json"
verb
=
"*"
type="System.Web.Script.Services.ScriptHandlerFactory,
System.Web.Extensions,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
resourceType
=
"Unspecified"
preCondition
=
"integratedMode"
/><
BR
> <
add
name
=
"ReportViewerWebControl"
verb
=
"*"
path
=
"Reserved.ReportViewerWebControl.axd"
type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms,
Version
=
8
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b03f5f7f11d50a3a
"
/><
BR
> <
add
name
=
"ReportViewerWebPart"
verb
=
"*"
path
=
"Reserved.ReportViewerWebPart.axd"
type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler,
Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version
=
10
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
" /><
BR
>
</
handlers
><
BR
>
<
staticContent
><
BR
> <
mimeMap
fileExtension
=
".atomsvc"
mimeType
=
"application/atomsvc+xml"
/><
BR
> </
staticContent
><
BR
>
</
system.webServer
><
BR
>
<
system.serviceModel
><
BR
> <
serviceHostingEnvironment
aspNetCompatibilityEnabled
=
"true"
/><
BR
>
</
system.serviceModel
><
BR
> <
runtime
><
BR
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.OleDb"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.SoapPT"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.Sts"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.XmlUrl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.intl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Library"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Security"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.OleDb"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.SoapPT"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.Sts"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Dsp.XmlUrl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.intl"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Library"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Security"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
><
BR
>
<
assemblyIdentity
name
=
"System.Web.Extensions"
publicKeyToken
=
"31bf3856ad364e35"
/><
BR
> <
bindingRedirect
oldVersion
=
"1.0.0.0-1.1.0.0"
newVersion
=
"3.5.0.0"
/><
BR
>
</
dependentAssembly
><
BR
> <
qualifyAssembly
partialName="Microsoft.SharePoint.WorkflowActions,
Version
=
12
.0.0.0,
Culture
=
neutral
" fullName="Microsoft.SharePoint.WorkflowActions,
Version
=
12
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
qualifyAssembly
partialName="Microsoft.SharePoint.WorkflowActions,
Version
=
14
.0.0.0,
Culture
=
neutral
" fullName="Microsoft.SharePoint.WorkflowActions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
> <
probing
privatePath
=
"bin;_app_bin"
/><
BR
> <
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Workflow.Routing"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Workflow.Tasks"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Policy"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Workflow.Feature"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Excel.WebUI"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.infopath"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.infopath.server"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Server"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.Office.Server.UI"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"12.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.SharePoint.Portal"
publicKeyToken
=
"71e9bce111e9429c"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"11.0.0.0"
newVersion
=
"14.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
<
dependentAssembly
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
><
BR
>
<
assemblyIdentity
name
=
"Microsoft.ReportingServices.SharePoint.UI.WebParts"
publicKeyToken
=
"89845dcd8080cc91"
culture
=
"neutral"
/><
BR
> <
bindingRedirect
oldVersion
=
"9.0.242.0"
newVersion
=
"10.0.0.0"
/><
BR
>
</
dependentAssembly
><
BR
>
</
assemblyBinding
><
BR
> </
runtime
><
BR
> <
location
path
=
"_layouts/images"
><
BR
>
<
system.web
><
BR
>
<
authorization
><
BR
> <
allow
users
=
"*"
/><
BR
>
</
authorization
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
location
path
=
"_layouts/mobile/mbllogin.aspx"
><
BR
>
<
system.web
><
BR
>
<
authorization
><
BR
> <
allow
users
=
"*"
/><
BR
>
</
authorization
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
location
path
=
"_layouts/mobile/mblmultilogin.aspx"
><
BR
>
<
system.web
><
BR
>
<
authorization
><
BR
> <
allow
users
=
"*"
/><
BR
>
</
authorization
><
BR
> </
system.web
><
BR
>
</
location
><
BR
>
<
System.Workflow.ComponentModel.WorkflowCompiler
><
BR
>
<
authorizedTypes
><
BR
> <
authorizedType
Assembly="System.Workflow.Activities,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.*"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="System.Workflow.Activities,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.*"
TypeName
=
"WhileActivity"
Authorized
=
"False"
/><
BR
> <
authorizedType
Assembly="System.Workflow.Activities,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.*"
TypeName
=
"ConditionedActivityGroup"
Authorized
=
"False"
/><
BR
> <
authorizedType
Assembly="System.Workflow.Activities,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.*"
TypeName
=
"ReplicatorActivity"
Authorized
=
"False"
/><
BR
> <
authorizedType
Assembly="System.Workflow.ComponentModel,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.*"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="System.Workflow.Runtime,
Version
=
3
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
31bf3856ad364e35
"
Namespace
=
"System.Workflow.Runtime"
TypeName
=
"CorrelationToken"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"Guid"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"DateTime"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"Boolean"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"Double"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"String"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Collections"
TypeName
=
"Hashtable"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Collections"
TypeName
=
"ArrayList"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Diagnostics"
TypeName
=
"DebuggableAttribute"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Runtime.CompilerServices"
TypeName
=
"CompilationRelaxationsAttribute"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Runtime.CompilerServices"
TypeName
=
"RuntimeCompatibilityAttribute"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"Int32"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System"
TypeName
=
"TimeSpan"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="mscorlib,
Version
=
2
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Collections.ObjectModel"
TypeName
=
"Collection`1"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowActivationProperties"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowTaskProperties"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowHistoryEventType"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPItemKey"
Authorized
=
"True"
/><
BR
>
<
authorizedType
Assembly="Microsoft.SharePoint,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"SPWorkflowUserContext"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint.WorkflowActions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WorkflowActions"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.Macro.Runtime"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.Quickflow.Runtime"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.Office.Workflow.Actions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Workflow.Actions"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
>
</
authorizedTypes
><
BR
>
<
authorizedRuleTypes
><
BR
> <
authorizedType
Assembly="Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.Office.Access.Server.Quickflow.Runtime"
TypeName
=
"*"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="Microsoft.SharePoint.WorkflowActions,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
Namespace
=
"Microsoft.SharePoint.WorkflowActions"
TypeName
=
"WorkflowCodeTypeReferenceExpression"
Authorized
=
"True"
/><
BR
> <
authorizedType
Assembly="System.Core,
Version
=
3
.5.0.0,
Culture
=
neutral
,
PublicKeyToken
=
b77a5c561934e089
"
Namespace
=
"System.Runtime.CompilerServices"
TypeName
=
"ExtensionAttribute"
Authorized
=
"True"
/><
BR
>
</
authorizedRuleTypes
><
BR
>
</
System.Workflow.ComponentModel.WorkflowCompiler
><
BR
>
<
system.net
><
BR
> <
defaultProxy
/><
BR
>
</
system.net
><
BR
> <
ReportingServices
><
BR
>
<
DataExtensions
><
BR
> <
add
key
=
"ADS"
value="Microsoft.Office.Access.Reports.Local.DataProcessing.AdsConnection,
Microsoft.Office.Access.Server.Application,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"SHAREPOINTLIST"
value="Microsoft.ReportingServices.DataExtensions.SharePointList.SPListConnection,
Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version
=
10
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
89845dcd8080cc91
" /><
BR
>
</
DataExtensions
><
BR
> </
ReportingServices
><
BR
>
<
location
path
=
"_layouts/UploadEx.aspx"
><
BR
>
<
system.web
><
BR
> <
httpRuntime
maxRequestLength
=
"2097151"
executionTimeout
=
"3600"
/><
BR
>
</
system.web
><
BR
> </
location
><
BR
> <
location
path
=
"_layouts/ctdmsettings.aspx"
><
BR
>
<
system.web
><
BR
> <
httpRuntime
executionTimeout
=
"3600"
/><
BR
>
</
system.web
><
BR
> </
location
><
BR
> <
location
path
=
"_layouts/policyconfig.aspx"
><
BR
>
<
system.web
><
BR
> <
httpRuntime
executionTimeout
=
"3600"
/><
BR
>
</
system.web
><
BR
> </
location
><
BR
> <
location
path
=
"_layouts/metanavsettings.aspx"
><
BR
>
<
system.web
><
BR
> <
httpRuntime
executionTimeout
=
"3600"
/><
BR
>
</
system.web
><
BR
> </
location
><
BR
>
<
system.web.extensions
><
BR
>
<
scripting
><
BR
>
<
webServices
><
BR
>
<
jsonSerialization
maxJsonLength
=
"5000000"
><
BR
>
<
converters
><
BR
>
<
add
name
=
"TermStoreGenericObjectConverter"
type="Microsoft.SharePoint.Taxonomy.WebServices.TermStoreGenericObjectConverter,
Microsoft.SharePoint.Taxonomy,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
"
/><
BR
>
</
converters
><
BR
>
</
jsonSerialization
><
BR
>
</
webServices
><
BR
> </
scripting
><
BR
>
</
system.web.extensions
><
BR
> <
location
path
=
"_vti_bin/EwaInternalWebService.json"
><
BR
>
<
system.web
><
BR
>
<
webServices
><
BR
>
<
protocols
><
BR
>
<
clear
/><
BR
>
</
protocols
><
BR
>
</
webServices
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
location
path
=
"_vti_bin/DynamicGridContent.json"
><
BR
>
<
system.web
><
BR
>
<
webServices
><
BR
>
<
protocols
><
BR
>
<
clear
/><
BR
>
</
protocols
><
BR
>
</
webServices
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
Bpm
><
BR
>
<
FCODaoProviders
><
BR
> <
add
key
=
"DashboardSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.DashboardSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"DataSourceSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.DataSourceSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"FilterSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.FilterSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"IndicatorSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.IndicatorSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"KpiSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.KpiSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"ReportViewSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.ReportViewSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> <
add
key
=
"ScorecardSPDao"
value="Microsoft.PerformancePoint.Scorecards.Store.Dao.ScorecardSPDao,
Microsoft.PerformancePoint.Scorecards.Store,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
>
</
FCODaoProviders
><
BR
> </
Bpm
><
BR
> <
location
path
=
"_vti_bin/PPSRenderingService.json"
><
BR
>
<
system.web
><
BR
>
<
webServices
><
BR
>
<
protocols
><
BR
>
<
clear
/><
BR
>
</
protocols
><
BR
>
</
webServices
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
appSettings
><
BR
> <
add
key
=
"FeedCacheTime"
value
=
"300"
/><
BR
> <
add
key
=
"FeedPageUrl"
value
=
"/_layouts/feed.aspx?"
/><
BR
>
<
add
key
=
"FeedXsl1"
value
=
"/Style Library/Xsl Style Sheets/Rss.xsl"
/><
BR
> <
add
key
=
"ReportViewerMessages"
value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages,
Microsoft.SharePoint.Portal,
Version
=
14
.0.0.0,
Culture
=
neutral
,
PublicKeyToken
=
71e9bce111e9429c
" /><
BR
> </
appSettings
><
BR
>
<
location
path
=
"_vti_bin/ReportServer/ReportServiceAuthentication.asmx"
><
BR
>
<
system.web
><
BR
>
<
authorization
><
BR
> <
allow
users
=
"*"
/><
BR
>
</
authorization
><
BR
> </
system.web
><
BR
>
</
location
><
BR
> <
reportserver
><
BR
>
<
redirection
><
BR
>
<
exclusions
><
BR
> <
add
path
=
"/_vti_bin/ReportServer/ReportServiceAuthentication.asmx"
/><
BR
> <
add
path
=
"/_vti_bin/ReportServer/ReportServiceAuthenticationdisco.aspx"
/><
BR
> <
add
path
=
"/_vti_bin/ReportServer/ReportServiceAuthenticationwsdl.aspx"
/><
BR
>
</
exclusions
><
BR
> </
redirection
><
BR
>
</
reportserver
><
BR
> <
connectionStrings
><
BR
>
<
add
name
=
"edwdm"
providerName
=
"System.Data.SqlClient"
connectionString="
Server
=
dsidsw990
;
Database
=
EDW_DM
;User
ID
=
edwdm
;
Password
=
password
;" /><
BR
>
</
connectionStrings
><
BR
></
configuration
>
0
Hi Khurram,
Regards,
Stanimir
the Telerik team
Review the following online help article: General Troubleshooting. Make sure that you have the Telerik.Web.UI.WebResource handler in your web.config file.
Regards,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0

Khurram
Top achievements
Rank 1
answered on 12 Oct 2011, 07:30 PM
Hi,
Thanks for the response.
I have since started getting an error when adding my deployed web part to a page.
When I checked the USL logs I could see an error: "Only one instance of RadScriptManager can be added to the page" etc.
So - I know that sharepoint masterpages have ScriptManager tags by default, so what is the resolution for this? If I replace the SharePoint ScriptManager with the RadScriptManager, will it break anything?
Please advise me on how to proceed - Many thanks!
Full error is below:
System.InvalidOperationException: Only one instance of a ScriptManager can be added to the page. at System.Web.UI.ScriptManager.OnInit(EventArgs e) at Telerik.Web.UI.RadScriptManager.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DSI.MessageBoard.SharePoint.MessageBoard.MessageBoard.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks,
KS
Thanks for the response.
I have since started getting an error when adding my deployed web part to a page.
When I checked the USL logs I could see an error: "Only one instance of RadScriptManager can be added to the page" etc.
So - I know that sharepoint masterpages have ScriptManager tags by default, so what is the resolution for this? If I replace the SharePoint ScriptManager with the RadScriptManager, will it break anything?
Please advise me on how to proceed - Many thanks!
Full error is below:
System.InvalidOperationException: Only one instance of a ScriptManager can be added to the page. at System.Web.UI.ScriptManager.OnInit(EventArgs e) at Telerik.Web.UI.RadScriptManager.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DSI.MessageBoard.SharePoint.MessageBoard.MessageBoard.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks,
KS
0

Khurram
Top achievements
Rank 1
answered on 12 Oct 2011, 08:19 PM
Hello again,
Having followed some other steps - I no longer recieve an error regarding the telerik control - except now I receive the following error in the logs:
Error initializing Safe control - Assembly:Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c TypeName: Microsoft.Office.SharePoint.ClientExtensions.Publishing.TakeListOfflineRibbonControl Error: Could not load type 'Microsoft.Office.SharePoint.ClientExtensions.Publishing.TakeListOfflineRibbonControl' from assembly 'Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
Not sure what this Office assembly has anything to do with anything!
thanks,
KS
Having followed some other steps - I no longer recieve an error regarding the telerik control - except now I receive the following error in the logs:
Error initializing Safe control - Assembly:Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c TypeName: Microsoft.Office.SharePoint.ClientExtensions.Publishing.TakeListOfflineRibbonControl Error: Could not load type 'Microsoft.Office.SharePoint.ClientExtensions.Publishing.TakeListOfflineRibbonControl' from assembly 'Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
Not sure what this Office assembly has anything to do with anything!
thanks,
KS
0
Hi Khurram,
Unfortunately I can not be of much helpful on this error. I make an research for it on the web and I found the following two forum posts:
http://social.technet.microsoft.com/Forums/en-US/projserv2010setup/thread/3a5b8ad2-03d1-43b9-9fd6-151044ee7f28/
http://groups.google.com/group/microsoft.public.sharepoint.portalserver.development/....
I suggest you to regard this in some SharePoint related forum as well.
All the best,
Stanimir
the Telerik team
Unfortunately I can not be of much helpful on this error. I make an research for it on the web and I found the following two forum posts:
http://social.technet.microsoft.com/Forums/en-US/projserv2010setup/thread/3a5b8ad2-03d1-43b9-9fd6-151044ee7f28/
http://groups.google.com/group/microsoft.public.sharepoint.portalserver.development/....
I suggest you to regard this in some SharePoint related forum as well.
All the best,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now