web.config.sample 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <configuration>
  2. <configSections>
  3. <sectionGroup name="SharePoint">
  4. <section name="SafeControls" type="Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler, Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  5. <section name="RuntimeFilter" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  6. <section name="WebPartLimits" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  7. <section name="WebPartCache" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  8. <section name="WebPartWorkItem" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  9. <section name="WebPartControls" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  10. <section name="SafeMode" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  11. <section name="OnlineLibrary" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  12. </sectionGroup>
  13. <!-- IBM COGNOS \\\\\\\\\ -->
  14. <sectionGroup name="Cognos">
  15. <section name="Log" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  16. <section name="SoapLog" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  17. <section name="SSO" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  18. <section name="PortalContext" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  19. <section name="Fault" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  20. <section name="HttpClient" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  21. </sectionGroup>
  22. <!-- IBM COGNOS ///////// -->
  23. </configSections>
  24. <SharePoint>
  25. <SafeMode MaxControls="50" CallStack="false" />
  26. <WebPartLimits MaxZoneParts="50" PropertySize="1048576" />
  27. <WebPartCache Storage="CacheObject" />
  28. <WebPartWorkItem Timeout="7000" />
  29. <WebPartControls DatasheetControlGuid="65BCBEE4-7728-41a0-97BE-14E1CAE36AAE" />
  30. <!--
  31. SafeControl Attributes:
  32. Assembly="[Assembly]" - The .NET assembly in which the control is contained. This attribute can also contain version, culture, and public key token information.
  33. Namespace="[Namespace]" - The .NET namespace in which the control is defined.
  34. TypeName="[Typename]" - The .NET class name of the control. You can type an asterisk (*) wildcard character to indicate all TypeNames in a Namespace.
  35. 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.
  36. -->
  37. <SafeControls>
  38. <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="*" Safe="True" />
  39. <SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.HtmlControls" TypeName="*" Safe="True" />
  40. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" />
  41. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" />
  42. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" />
  43. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" />
  44. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" />
  45. <SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" />
  46. <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" />
  47. <SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls.Alerts" TypeName="*" />
  48. <!-- COGNOS \\\\\\\\\ -->
  49. <SafeControl Assembly="Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
  50. <!-- COGNOS ///////// -->
  51. </SafeControls>
  52. <OnlineLibrary Url="http://r.office.microsoft.com/r/hlidAwsGallery" />
  53. <RuntimeFilter Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Class="Microsoft.SharePoint.Portal.Audience.AudienceManager" BuilderURL="audience_chooser.aspx" />
  54. </SharePoint>
  55. <system.web>
  56. <securityPolicy>
  57. <trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_mediumtrust.config" />
  58. <trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_minimaltrust.config" />
  59. <!-- COGNOS \\\\\\\\\ -->
  60. <trustLevel name="WSS_Cognos" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_cognostrust.config" />
  61. <!-- COGNOS ///////// -->
  62. </securityPolicy>
  63. <httpHandlers>
  64. <!-- COGNOS \\\\\\\\\ -->
  65. <add verb="*" path="CognosResources/*.axd" type="Cognos.Portal.Services.HttpResourceHandler, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" validate="false" />
  66. <!-- COGNOS ///////// -->
  67. <add verb="*" path="/_vti_bin/*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  68. <add verb="*" path="*.aspx" type="Microsoft.SharePoint.ApplicationRuntime.SharePointHandlerFactory, Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  69. </httpHandlers>
  70. <customErrors mode="On" />
  71. <httpRuntime maxRequestLength="51200" />
  72. <authentication mode="Windows" />
  73. <authorization>
  74. <allow users="*" />
  75. </authorization>
  76. <identity impersonate="true" />
  77. <httpModules>
  78. <clear />
  79. <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" />
  80. <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" />
  81. <!-- COGNOS \\\\\\\\\ -->
  82. <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
  83. <!-- COGNOS ///////// -->
  84. </httpModules>
  85. <globalization fileEncoding="utf-8" />
  86. <compilation batch="false" debug="false" />
  87. <!-- COGNOS \\\\\\\\\ -->
  88. <pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" />
  89. <!-- COGNOS ///////// -->
  90. <trust level="WSS_Cognos" originUrl="" />
  91. <machineKey validationKey="AC2358EA2EF01837C9C53C29C27A0B187EF089F5B04E9556" decryptionKey="6A0CBB870D4BE1F3A7454ADF2387E66E0AB9BAA1D67C01B3" validation="SHA1" />
  92. <!-- COGNOS \\\\\\\\\ -->
  93. <webServices>
  94. <soapExtensionTypes>
  95. <add type="Cognos.Portal.Services.SoapPatchExtension, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" priority="1" group="0" />
  96. <!-- add type="Cognos.Portal.Services.SoapLogExtension, Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" priority="2" group="0" /-->
  97. </soapExtensionTypes>
  98. </webServices>
  99. <!-- COGNOS ///////// -->
  100. </system.web>
  101. <!-- COGNOS \\\\\\\\\ -->
  102. <Cognos>
  103. <Log filename="C:\Cognos.BI.WebPart.log" error="true" warn="false" info="false" debug="false" performance="false" />
  104. <!-- SoapLog filename="C:\Cognos.BI.WebPart.SOAP.log" / -->
  105. <SSO cps_auth_namespace="" cps_auth_secret="" excludeDomain="false" />
  106. <PortalContext gatewayURL="" webContentURL="" />
  107. <Fault stacktrace="false" />
  108. <HttpClient timeout="15000" />
  109. </Cognos>
  110. <!-- COGNOS ///////// -->
  111. </configuration>