Advertisement
Guest User

Untitled

a guest
Nov 15th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10. </configSections>
  11. <connectionStrings>
  12. <add name="DefaultConnection" connectionString="Data Source=LAPTOP-168YQ32SQLEXPRESS;Initial Catalog=aspnet-cs1-20160511031253;Integrated Security=True" providerName="System.Data.SqlClient" />
  13. <add name="CS1" connectionString="Data Source=LAPTOP-168YQ32SQLEXPRESS;Initial Catalog=CS1;Integrated Security=True" providerName="System.Data.SqlClient" />
  14. </connectionStrings>
  15. <system.web>
  16. <authentication mode="None" />
  17. <compilation targetFramework="4.5.2" />
  18. <httpRuntime maxRequestLength="2097151" targetFramework="4.5.2" requestValidationMode="2.0" requestPathInvalidCharacters="" />
  19. <pages validateRequest="false">
  20. <namespaces>
  21. <add namespace="System.Web.Optimization" />
  22. <add namespace="Microsoft.AspNet.Identity" />
  23. </namespaces>
  24. <controls>
  25. <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
  26. </controls>
  27. </pages>
  28. <membership>
  29. <providers>
  30. <!--
  31. ASP.NET Membership is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  32. -->
  33. <clear />
  34. </providers>
  35. </membership>
  36. <profile>
  37. <providers>
  38. <!--
  39. ASP.NET Membership Profile is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  40. -->
  41. <clear />
  42. </providers>
  43. </profile>
  44. <roleManager enabled="true">
  45. </roleManager>
  46. <!--
  47. If you are deploying to a cloud environment that has multiple web server instances,
  48. you should change session state mode from "InProc" to "Custom". In addition,
  49. change the connection string named "DefaultConnection" to connect to an instance
  50. of SQL Server (including SQL Azure and SQL Compact) instead of to SQL Server Express.
  51. -->
  52. <sessionState mode="InProc" customProvider="DefaultSessionProvider">
  53. <providers>
  54. <add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
  55. </providers>
  56. </sessionState>
  57. <httpModules>
  58. <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
  59. </httpModules>
  60. </system.web>
  61. <system.net>
  62. <mailSettings>
  63. <smtp deliveryMethod="Network" from="ABPath <pathcertlink@abpath.org >">
  64. <network enableSsl="true" host="smtp.office365.com" userName="pathcertlink@abpath.org" password="Summer2015!" port="587" />
  65. </smtp>
  66. </mailSettings>
  67. </system.net>
  68. <system.webServer>
  69. <modules>
  70. <remove name="FormsAuthentication" />
  71. <remove name="ApplicationInsightsWebTracking" />
  72. <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
  73. </modules>
  74. <validation validateIntegratedModeConfiguration="false" />
  75. </system.webServer>
  76. <runtime>
  77. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  78. <dependentAssembly>
  79. <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
  80. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  81. </dependentAssembly>
  82. <dependentAssembly>
  83. <assemblyIdentity name="WebGrease" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  84. <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  85. </dependentAssembly>
  86. <dependentAssembly>
  87. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" />
  88. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  89. </dependentAssembly>
  90. <dependentAssembly>
  91. <assemblyIdentity name="Microsoft.Owin" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  92. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  93. </dependentAssembly>
  94. <dependentAssembly>
  95. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  96. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  97. </dependentAssembly>
  98. <dependentAssembly>
  99. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  100. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  101. </dependentAssembly>
  102. <dependentAssembly>
  103. <assemblyIdentity name="Microsoft.Owin.Security" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  104. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  105. </dependentAssembly>
  106. </assemblyBinding>
  107. </runtime>
  108. <entityFramework>
  109. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
  110. <providers>
  111. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  112. </providers>
  113. </entityFramework>
  114. <system.codedom>
  115. <compilers>
  116. <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
  117. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE="Web" /optionInfer+" />
  118. </compilers>
  119. </system.codedom>
  120. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement