Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
  5. <section name="plisani.medo" type="System.Configuration.NameValueSectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  6. </configSections>
  7. <connectionStrings configSource="connectionStrings.config" />
  8. <location path="Account">
  9. <system.web>
  10. <authorization>
  11. <allow users="*" />
  12. </authorization>
  13. </system.web>
  14. </location>
  15. <location path="Content">
  16. <system.web>
  17. <authorization>
  18. <allow users="*" />
  19. </authorization>
  20. </system.web>
  21. </location>
  22. <location path="Images">
  23. <system.web>
  24. <authorization>
  25. <allow users="*" />
  26. </authorization>
  27. </system.web>
  28. </location>
  29. <appSettings>
  30. <add key="webpages:Version" value="2.0.0.0" />
  31. <add key="webpages:Enabled" value="false" />
  32. <add key="PreserveLoginUrl" value="true" />
  33. <add key="ClientValidationEnabled" value="true" />
  34. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  35. <add key="log4net.Internal.Debug" value="true" />
  36. <add key="MvcSiteMapProvider_UseExternalDIContainer" value="true" />
  37. <add key="MvcSiteMapProvider_SiteMapFileName" value="~/Mvc.sitemap" />
  38. <add key="MvcSiteMapProvider_IncludeAssembliesForScan" value="GeomarketingWeb" />
  39. </appSettings>
  40. <plisani.medo>
  41. <add key="zeko1" value="MYDOMAINxxxxxxxxxxxxxxxx" />
  42. <add key="zeko2" value="xxxxxxxxxxxxxxxx" />
  43. </plisani.medo>
  44. <system.diagnostics>
  45. <trace autoflush="true">
  46. <listeners>
  47. <add name="textWriterTraceListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="Logslog4netDebug.txt" />
  48. </listeners>
  49. </trace>
  50. </system.diagnostics>
  51. <system.web>
  52. <compilation debug="true" targetFramework="4.5" />
  53. <sessionState cookieName=".tempsession"
  54. cookieless="UseCookies"
  55. regenerateExpiredSessionId="true"
  56. mode="Custom"
  57. customProvider="SessionProvider">
  58. <providers>
  59. <add name="SessionProvider"
  60. type="GeomarketingWeb.Providers.SessionProvider"
  61. connectionStringName="GMDB" />
  62. </providers>
  63. </sessionState>
  64. <authentication mode="Forms">
  65. <forms loginUrl="~/Account/Logon"
  66. name=".GMAUTH"
  67. timeout="1440"
  68. defaultUrl="~/Home/Index"
  69. slidingExpiration="true" />
  70. </authentication>
  71. <authorization>
  72. <deny users="?" />
  73. </authorization>
  74. <membership defaultProvider="GeomarketingMembershipProvider">
  75. <providers>
  76. <clear />
  77. <add name="GeomarketingMembershipProvider"
  78. type="System.Web.Security.ActiveDirectoryMembershipProvider"
  79. connectionStringName="GMAD"
  80. attributeMapUsername="sAMAccountName"
  81. connectionUsername=""
  82. connectionPassword=""
  83. connectionProtection="Secure"
  84. enablePasswordReset="false"
  85. enableSearchMethods="true"
  86. requiresQuestionAndAnswer="false"
  87. requiresUniqueEmail="false"
  88. maxInvalidPasswordAttempts="5"
  89. minRequiredPasswordLength="6"
  90. minRequiredNonalphanumericCharacters="0"
  91. passwordAttemptWindow="10"
  92. applicationName="Geomarketing" />
  93. </providers>
  94. </membership>
  95. <roleManager defaultProvider="GeomarketingRoleProvider" enabled="true" cacheRolesInCookie="true" cookieName=".GMROLES" cookieTimeout="5" cookiePath="/" cookieSlidingExpiration="true">
  96. <providers>
  97. <clear />
  98. <add name="GeomarketingRoleProvider" type="GeomarketingWeb.Providers.RoleProvider" connectionStringName="GMDB" applicationName="Geomarketing" />
  99. </providers>
  100. </roleManager>
  101. <profile defaultProvider="DefaultProfileProvider">
  102. <providers>
  103. <add name="DefaultProfileProvider"
  104. type="System.Web.Providers.DefaultProfileProvider"
  105. connectionStringName="DefaultConnection"
  106. applicationname="Geomarketing" />
  107. </providers>
  108. </profile>
  109. <pages controlRenderingCompatibilityVersion="4.0">
  110. <namespaces>
  111. <add namespace="System.Web.Helpers" />
  112. <add namespace="System.Web.Mvc" />
  113. <add namespace="System.Web.Mvc.Ajax" />
  114. <add namespace="System.Web.Mvc.Html" />
  115. <add namespace="System.Web.Optimization" />
  116. <add namespace="System.Web.Routing" />
  117. <add namespace="System.Web.WebPages" />
  118. <add namespace="MvcSiteMapProvider.Web.Html" />
  119. <add namespace="MvcSiteMapProvider.Web.Html.Models" />
  120. </namespaces>
  121. </pages>
  122. </system.web>
  123. <system.webServer>
  124. <validation validateIntegratedModeConfiguration="true" />
  125. <modules runAllManagedModulesForAllRequests="true" />
  126. <handlers>
  127. <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  128. <add name="ExtensionlessUrlHandler-Integrated-4.0"
  129. path="*."
  130. verb="*"
  131. type="System.Web.Handlers.TransferRequestHandler"
  132. resourceType="Unspecified"
  133. requireAccess="Script"
  134. preCondition="integratedMode,runtimeVersionv4.0" />
  135. </handlers>
  136. </system.webServer>
  137. <runtime>
  138. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  139. <dependentAssembly>
  140. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  141. <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  142. </dependentAssembly>
  143. <dependentAssembly>
  144. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  145. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  146. </dependentAssembly>
  147. <dependentAssembly>
  148. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  149. <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  150. </dependentAssembly>
  151. <dependentAssembly>
  152. <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  153. <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
  154. </dependentAssembly>
  155. <dependentAssembly>
  156. <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  157. <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
  158. </dependentAssembly>
  159. </assemblyBinding>
  160. </runtime>
  161. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement