123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <configuration>
- <configSections>
- <sectionGroup name="SharePoint">
- <section name="SafeControls" type="Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler, Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
- <section name="RuntimeFilter" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="WebPartLimits" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="WebPartCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="WebPartWorkItem" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="WebPartControls" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="SafeMode" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="OnlineLibrary" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- </sectionGroup>
- <!-- IBM COGNOS \\\\\\\\\ -->
- <sectionGroup name="Cognos">
- <section name="Log" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="SoapLog" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="SSO" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="PortalContext" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="Fault" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <section name="HttpClient" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- </sectionGroup>
- <!-- IBM COGNOS ///////// -->
- </configSections>
- <SharePoint>
- <SafeMode MaxControls="50" CallStack="false" />
- <WebPartLimits MaxZoneParts="50" PropertySize="1048576" />
- <WebPartCache Storage="CacheObject" />
- <WebPartWorkItem Timeout="7000" />
- <WebPartControls DatasheetControlGuid="65BCBEE4-7728-41a0-97BE-14E1CAE36AAE" />
- <!--
- SafeControl Attributes:
- Assembly="[Assembly]" - The .NET assembly in which the control is contained. This attribute can also contain version, culture, and public key token information.
- Namespace="[Namespace]" - The .NET namespace in which the control is defined.
- TypeName="[Typename]" - The .NET class name of the control. You can type an asterisk (*) wildcard character to indicate all TypeNames in a Namespace.
- Safe="[True|False]" - Specifies whether a Web Part or Web Form Control is safe and can be displayed on a Web Parts Page. This attribute is True by default.
- -->
- <SafeControls>
- <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="*" Safe="True" />
- <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.HtmlControls" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" />
- <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" />
- <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls.Alerts" TypeName="*" />
- <!-- COGNOS \\\\\\\\\ -->
- <SafeControl Assembly="Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
- <!-- COGNOS ///////// -->
- </SafeControls>
- <OnlineLibrary Url="http://r.office.microsoft.com/r/hlidAwsGallery" />
- <RuntimeFilter Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Class="Microsoft.SharePoint.Portal.Audience.AudienceManager" BuilderURL="audience_chooser.aspx" />
- </SharePoint>
- <system.web>
- <securityPolicy>
- <trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_mediumtrust.config" />
- <trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_minimaltrust.config" />
- <!-- COGNOS \\\\\\\\\ -->
- <trustLevel name="WSS_Cognos" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_cognostrust.config" />
- <!-- COGNOS ///////// -->
- </securityPolicy>
- <httpHandlers>
- <!-- COGNOS \\\\\\\\\ -->
- <add verb="*" path="CognosResources/*.axd" type="Cognos.Portal.Services.HttpResourceHandler, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" validate="false" />
- <!-- COGNOS ///////// -->
- <add verb="*" path="/_vti_bin/*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <add verb="*" path="*.aspx" type="Microsoft.SharePoint.ApplicationRuntime.SharePointHandlerFactory, Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
- </httpHandlers>
- <customErrors mode="On" />
- <httpRuntime maxRequestLength="51200" />
- <authentication mode="Windows" />
- <authorization>
- <allow users="*" />
- </authorization>
- <identity impersonate="true" />
- <httpModules>
- <clear />
- <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" />
- <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" />
- <!-- COGNOS \\\\\\\\\ -->
- <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
- <!-- COGNOS ///////// -->
- </httpModules>
- <globalization fileEncoding="utf-8" />
- <compilation batch="false" debug="false" />
- <!-- COGNOS \\\\\\\\\ -->
- <pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" />
- <!-- COGNOS ///////// -->
- <trust level="WSS_Cognos" originUrl="" />
- <machineKey validationKey="AC2358EA2EF01837C9C53C29C27A0B187EF089F5B04E9556" decryptionKey="6A0CBB870D4BE1F3A7454ADF2387E66E0AB9BAA1D67C01B3" validation="SHA1" />
- <!-- COGNOS \\\\\\\\\ -->
- <webServices>
- <soapExtensionTypes>
- <add type="Cognos.Portal.Services.SoapPatchExtension, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" priority="1" group="0" />
- <!-- add type="Cognos.Portal.Services.SoapLogExtension, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" priority="2" group="0" /-->
- </soapExtensionTypes>
- </webServices>
- <!-- COGNOS ///////// -->
- </system.web>
- <!-- COGNOS \\\\\\\\\ -->
- <Cognos>
- <Log filename="C:\Cognos.BI.WebPart.log" error="true" warn="false" info="false" debug="false" performance="false" />
- <!-- SoapLog filename="C:\Cognos.BI.WebPart.SOAP.log" / -->
- <SSO cps_auth_namespace="" cps_auth_secret="" excludeDomain="false" />
- <PortalContext gatewayURL="" webContentURL="" />
- <Fault stacktrace="false" />
- <HttpClient timeout="15000" />
- </Cognos>
- <!-- COGNOS ///////// -->
- </configuration>
|