zettelkasten/OneNoteExport/Kommunikationstechnologie/Sharepoint/Wizdom/03_Initiale web.config.md
Ralf Koop 5a108aa2b4 .
2023-08-25 23:29:11 +02:00

566 lines
16 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Initiale web.config
Donnerstag, 17. Januar 2019
13:37
 
\<?xml version=\"1.0\" encoding=\"utf-8\"?\>
\<!\--
> For more information on how to configure your ASP.NET application, please visit
>
> <http://go.microsoft.com/fwlink/?LinkId=169433>
>
> \--\>
\<configuration\>
\<configSections\>
\<section name=\"entityFramework\" type=\"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" requirePermission=\"false\" /\>
\<!\-- For more information on Entity Framework configuration, visit <http://go.microsoft.com/fwlink/?LinkID=237468> \--\>
\</configSections\>
\<location path=\".\" inheritInChildApplications=\"false\"\>
\<system.web\>
\<!\--\<httpCookies httpOnlyCookies=\"true\" requireSSL=\"true\" /\>\--\>
\<compilation debug=\"true\" targetFramework=\"4.6\" /\>
\<httpRuntime targetFramework=\"4.5\" /\>
\<sessionState sessionIDManagerType=\"Wizdom365.BLL.Managers.WizdomSessionIdManager, Wizdom365.BLL\" mode=\"Custom\" customProvider=\"IocProvider\" timeout=\"240\"\>
\<providers\>
\<add name=\"IocProvider\" type=\"Wizdom365.BLL.Providers.IocSessionStateProvider, Wizdom365.BLL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\" /\>
\</providers\>
\</sessionState\>
\<customErrors mode=\"Off\" /\>
\<authorization\>
\<deny users=\"?\" /\>
\<!\-- Default, deny all anonymous\--\>
\</authorization\>
\<httpModules\>
\<add name=\"ApplicationInsightsWebTracking\" type=\"Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web\" /\>
\</httpModules\>
\</system.web\>
\</location\>
\<connectionStrings\>
\<add name=\"Wizdom365BusinessAppEntities\" connectionString=\"metadata=res://\*/BusinessAppDataModel.csdl\|res://\*/BusinessAppDataModel.ssdl\|res://\*/BusinessAppDataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=SQLSHAREPOINTT\\SQLSHAREPOINTT;initial catalog=SPT_Wizdom;integrated security=True;multipleactiveresultsets=True;application name=EntityFramework&quot;\" providerName=\"System.Data.EntityClient\" /\>
\<add name=\"WizdomContainer\" connectionString=\"metadata=res://\*/DAL.WizdomModel.csdl\|res://\*/DAL.WizdomModel.ssdl\|res://\*/DAL.WizdomModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=SQLSHAREPOINTT\\SQLSHAREPOINTT;initial catalog=SPT_Wizdom;integrated security=True;multipleactiveresultsets=True;application name=EntityFramework&quot;\" providerName=\"System.Data.EntityClient\" /\>
\</connectionStrings\>
\<appSettings\>
\<add key=\"EnableWizdomLicensePortal\" value=\"true\" /\>
\<add key=\"clientSideFeatureToggle:EnableWizdomLicensePortal\" value=\"true\" /\>
\<add key=\"AppUrl\" value=\"https://wizdom-spt.bkk-mobiloil.de/\" /\>
\<add key=\"BlobUrl\" value=\"https://wizdom-spt.bkk-mobiloil.de/blob/\" /\>
\<add key=\"LocalBlobPath\" value=\"C:\\inetpub\\Wizdom blob\" /\>
\<add key=\"ADDomain\" value=\"bkk-mobiloil\" /\>
\<add key=\"ClientId\" value=\"48226d8e-d6a8-4311-8931-f82247bdfedb\" /\>
\<add key=\"ClientSecret\" value=\"LQkIV96kY3CwHZ4Kks+I/2hkrZa9Rde5v/J3emRs+o0=\" /\>
\<add key=\"ClientSigningCertificatePath\" value=\"c:\\inetpub\\Wizdom\\Cert\\HighTrustCert.pfx\" /\>
\<add key=\"ClientSigningCertificatePassword\" value=\"fcbewbcweauibcuin@fnwejcn\" /\>
\<add key=\"IssuerId\" value=\"dfa35cfa-592d-4753-be3d-d9a3df3260c2\" /\>
\<add key=\"DocumentationHostUrl\" value=\"http://wizdomdocumentation.azurewebsites.net/\" /\>
\<add key=\"WizdomPublicKey\" value=\"&lt;RSAKeyValue &gt; &lt;Modulus &gt;0/i4z1swYNSb/K/lzGcjtoBleJl57gkm13H8dAoyE+T48Jv0upAXNWKYCVP3DKYdtPM4ysGMa24okZtl9cfAEQJGC6+nVRr+uoXprYfxj3izNSn5buDEaSZrsmbEAibUX/DWgJvoybWSd1RZfA9JTFlxp/+04irFv00m8Vb3Xpc= &lt;/Modulus &gt; &lt;Exponent &gt;AQAB &lt;/Exponent &gt; &lt;/RSAKeyValue &gt;\" /\>
\<add key=\"UseFrontendCaching\" value=\"false\" /\>
\<add key=\"ADUsername\" value=\"\" /\>
\<add key=\"ADPassword\" value=\"\" /\>
\<add key=\"UpdateEveryTimeOnRecycle\" value=\"false\" /\>
\<add key=\"ClearCacheOnUpdateOnRecycle\" value=\"false\" /\>
\<add key=\"TenantSiteUrl\" value=\"https://kerbmobilnet-spt.bkk-mobiloil.de/\" /\>
\<add key=\"AdminSiteUrl\" value=\"\" /\>
\<!\--Revision user, used in timerjob to search. We cannot search with app only, so we therefore need a user with read access\--\>
\<add key=\"SearchUsername\" value=\"bkk-mobiloil\\svc-sptwizdomsearch\" /\>
\<add key=\"SearchPassword\" value=\"+o289Dw+sT!xD\" /\>
\<!\--SearchDomain only required for onprem installations\--\>
\<add key=\"SearchDomain\" value=\"\" /\>
\<add key=\"IOC:Wizdom365.BLL.Managers.IADManager, Wizdom365.BLL\" value=\"Wizdom365.BLL.Managers.OnPremAdManager, Wizdom365.BLL\"/\>
\<add key=\"IOC:Wizdom365.BLL.Managers.IFileStorageManager, Wizdom365.BLL\" value=\"Wizdom365.BLL.Managers.LocalBlobStorageManager, Wizdom365.BLL\"/\>
\<add key=\"IOC:Wizdom365.BLL.Managers.ICacheManager, Wizdom365.BLL\" value=\"Wizdom365.BLL.Managers.MemoryCacheManager, Wizdom365.BLL\"/\>
\<add key=\"IOC:Wizdom365.BLL.Managers.ILogger, Wizdom365.BLL\" value=\"Wizdom365.BLL.Managers.ApplicationInsightsLogger, Wizdom365.BLL\"/\>
\<add key=\"IOC:Wizdom365.BLL.Managers.IWizdomTimerjobMananger, Wizdom365.BLL\" value=\"Wizdom365.BLL.Managers.SelfHostedTimerJobManager, Wizdom365.BLL\"/\>
\<add key=\"IOC:FAQ.BLL.Managers.IFaqManager, FAQ.BLL\" value=\"FAQ.BLL.Managers.SQLFaqManager, FAQ.BLL\" /\>
\<add key=\"clientSideFeatureToggle:CDNType\" value=\"Local\" /\>
> \</appSettings\>
\<location path=\".\" inheritInChildApplications=\"false\"\>
\<system.webServer\>
\<modules runAllManagedModulesForAllRequests=\"true\"\>
\<remove name=\"ApplicationInsightsWebTracking\" /\>
\<add name=\"ApplicationInsightsWebTracking\" type=\"Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web\" preCondition=\"managedHandler\" /\>
\</modules\>
\</system.webServer\>
\<system.serviceModel\>
\<behaviors\>
\<serviceBehaviors\>
\<behavior name=\"\"\>
\<serviceMetadata httpGetEnabled=\"true\" httpsGetEnabled=\"true\" /\>
\<serviceDebug includeExceptionDetailInFaults=\"false\" /\>
\</behavior\>
\</serviceBehaviors\>
\</behaviors\>
\<serviceHostingEnvironment aspNetCompatibilityEnabled=\"true\" multipleSiteBindingsEnabled=\"true\" /\>
\<bindings\>
\<basicHttpBinding\>
\<!\--Used by app for SharePoint\--\>
\<binding name=\"secureBinding\"\>
\<security mode=\"Transport\" /\>
\</binding\>
\</basicHttpBinding\>
\</bindings\>
\<protocolMapping\>
\<add binding=\"basicHttpBinding\" scheme=\"https\" bindingConfiguration=\"secureBinding\" /\>
\</protocolMapping\>
\</system.serviceModel\>
\</location\>
\<system.webServer\>
\<validation validateIntegratedModeConfiguration=\"false\" /\>
\<staticContent\>
\<remove fileExtension=\".woff\" /\>
\<remove fileExtension=\".woff2\" /\>
\<remove fileExtension=\".ts\" /\>
\<!\-- In case IIS already has this mime type \--\>
\<mimeMap fileExtension=\".woff\" mimeType=\"application/x-font-woff\" /\>
\<mimeMap fileExtension=\".woff2\" mimeType=\"application/x-font-woff2\" /\>
\<mimeMap fileExtension=\".ts\" mimeType=\"application/x-typescript\" /\>
\</staticContent\>
\<httpProtocol\>
\<customHeaders\>
\<add name=\"Access-Control-Allow-Origin\" value=\"\*\" /\>
\<add name=\"Access-Control-Allow-Headers\" value=\"Origin, X-Requested-With, Content-Type, Accept,Authorization\" /\>
\<add name=\"Access-Control-Allow-Methods\" value=\"GET,POST,PUT,DELETE,PATCH\" /\>
\<add name=\"Arr-Disable-Session-Affinity\" value=\"true\" /\>
\<add name=\"P3P\" value=\"CP=&quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT&quot;\" /\>
\<add name=\"X-UA-Compatible\" value=\"IE=edge\" /\>
\</customHeaders\>
\</httpProtocol\>
\<handlers\>
\<remove name=\"ExtensionlessUrlHandler-Integrated-4.0\" /\>
\<remove name=\"OPTIONSVerbHandler\" /\>
\<remove name=\"TRACEVerbHandler\" /\>
\<add name=\"ExtensionlessUrlHandler-Integrated-4.0\" path=\"\*.\" verb=\"\*\" type=\"System.Web.Handlers.TransferRequestHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" /\>
\</handlers\>
\</system.webServer\>
\<runtime\>
\<assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.Optimization\" publicKeyToken=\"31bf3856ad364e35\" /\>
\<bindingRedirect oldVersion=\"1.0.0.0-1.1.0.0\" newVersion=\"1.1.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"WebGrease\" publicKeyToken=\"31bf3856ad364e35\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-1.6.5135.21930\" newVersion=\"1.6.5135.21930\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Net.Http.Formatting\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.2.6.0\" newVersion=\"5.2.6.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.Http\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.2.6.0\" newVersion=\"5.2.6.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Newtonsoft.Json\" publicKeyToken=\"30ad4fe6b2a6aeed\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-11.0.0.0\" newVersion=\"11.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Antlr3.Runtime\" publicKeyToken=\"eb42632606e9261f\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-3.5.0.2\" newVersion=\"3.5.0.2\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.Practices.Unity\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-3.5.0.0\" newVersion=\"3.5.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.Data.Edm\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.8.4.0\" newVersion=\"5.8.4.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Spatial\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.8.4.0\" newVersion=\"5.8.4.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.Data.OData\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.8.4.0\" newVersion=\"5.8.4.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.SharePoint.Client.Runtime\" publicKeyToken=\"71e9bce111e9429c\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-16.0.0.0\" newVersion=\"16.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.SharePoint.Client\" publicKeyToken=\"71e9bce111e9429c\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-16.0.0.0\" newVersion=\"16.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.WindowsAzure.Storage\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-9.3.2.0\" newVersion=\"9.3.2.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.Helpers\" publicKeyToken=\"31bf3856ad364e35\" /\>
\<bindingRedirect oldVersion=\"1.0.0.0-3.0.0.0\" newVersion=\"3.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.WebPages\" publicKeyToken=\"31bf3856ad364e35\" /\>
\<bindingRedirect oldVersion=\"1.0.0.0-3.0.0.0\" newVersion=\"3.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.Mvc\" publicKeyToken=\"31bf3856ad364e35\" /\>
\<bindingRedirect oldVersion=\"1.0.0.0-5.2.2.0\" newVersion=\"5.2.2.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.IdentityModel\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Configuration\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.ServiceModel\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Xml\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Runtime.Serialization\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Drawing\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Web.Services\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Xml.Linq\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Data\" publicKeyToken=\"b77a5c561934e089\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.0.0.0\" newVersion=\"4.0.0.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.Net.Http\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-4.1.1.2\" newVersion=\"4.1.1.2\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.AI.Agent.Intercept\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-2.0.5.0\" newVersion=\"2.0.5.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"CodeCop\" publicKeyToken=\"401d1f9f00971572\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-3.2.1.0\" newVersion=\"3.2.1.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.IdentityModel.Clients.ActiveDirectory\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-2.28.3.860\" newVersion=\"2.28.3.860\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"Microsoft.Data.Services.Client\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.8.4.0\" newVersion=\"5.8.4.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"System.IdentityModel.Tokens.Jwt\" publicKeyToken=\"31bf3856ad364e35\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-5.2.4.0\" newVersion=\"5.2.4.0\" /\>
\</dependentAssembly\>
\<dependentAssembly\>
\<assemblyIdentity name=\"SharePointPnP.IdentityModel.Extensions\" publicKeyToken=\"5e633289e95c321a\" culture=\"neutral\" /\>
\<bindingRedirect oldVersion=\"0.0.0.0-1.2.4.0\" newVersion=\"1.2.4.0\" /\>
\</dependentAssembly\>
\</assemblyBinding\>
\</runtime\>
\<entityFramework\>
\<defaultConnectionFactory type=\"System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework\"\>
\<parameters\>
\<parameter value=\"v11.0\" /\>
\</parameters\>
\</defaultConnectionFactory\>
\<providers\>
\<provider invariantName=\"System.Data.SqlClient\" type=\"System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer\" /\>
\</providers\>
\</entityFramework\>
\<system.web\>
\</system.web\>
\</configuration\>