Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 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. https://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"
  10. type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  11. requirePermission="false"/>
  12. </configSections>
  13. <connectionStrings>
  14. <add name="DefaultConnection"
  15. connectionString="Data Source=(LocalDb)\MSSQLLocalDB;Initial Catalog=aspnet-WebSite2-89aebe0f-6954-45be-a4c5-139e2551d0af;AttachDbFilename=|DataDirectory|\aspnet-WebSite2-89aebe0f-6954-45be-a4c5-139e2551d0af.mdf;Integrated Security=SSPI"
  16. providerName="System.Data.SqlClient"/>
  17. </connectionStrings>
  18. <system.net>
  19. <mailSettings>
  20. <smtp deliveryMethod="Network" from="jaypardoe@gmail.com">
  21. <network host="smtp.gmail.com" port="587" userName="jaypardoe@gmail.com" password="Wood1one!" />
  22. </smtp>
  23. </mailSettings>
  24. </system.net>
  25. <system.web>
  26. <authentication mode="None"/>
  27. <compilation debug="true" targetFramework="4.7"/>
  28. <httpRuntime targetFramework="4.7"/>
  29. <pages>
  30. <namespaces>
  31. <add namespace="System.Web.Optimization"/>
  32. <add namespace="Microsoft.AspNet.Identity"/>
  33. </namespaces>
  34. <controls>
  35. <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt"/>
  36. </controls>
  37. </pages>
  38. <membership>
  39. <providers>
  40. <!--
  41. ASP.NET Membership is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  42. -->
  43. <clear/>
  44. </providers>
  45. </membership>
  46. <profile>
  47. <providers>
  48. <!--
  49. ASP.NET Membership Profile is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  50. -->
  51. <clear/>
  52. </providers>
  53. </profile>
  54. <roleManager>
  55. <!--
  56. ASP.NET Membership Role is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  57. -->
  58. <providers>
  59. <clear/>
  60. </providers>
  61. </roleManager>
  62. <!--
  63. If you are deploying to a cloud environment that has multiple web server instances,
  64. you should change session state mode from "InProc" to "Custom". In addition,
  65. change the connection string named "DefaultConnection" to connect to an instance
  66. of SQL Server (including SQL Azure and SQL Compact) instead of to SQL Server Express.
  67. -->
  68. <sessionState mode="InProc" customProvider="DefaultSessionProvider">
  69. <providers>
  70. <add name="DefaultSessionProvider"
  71. type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  72. connectionStringName="DefaultConnection"/>
  73. </providers>
  74. </sessionState>
  75. </system.web>
  76. <system.webServer>
  77. <modules>
  78. <remove name="FormsAuthentication"/>
  79. </modules>
  80. </system.webServer>
  81. <runtime>
  82. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  83. <dependentAssembly>
  84. <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
  85. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
  86. </dependentAssembly>
  87. <dependentAssembly>
  88. <assemblyIdentity name="WebGrease" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
  89. <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
  90. </dependentAssembly>
  91. <dependentAssembly>
  92. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089"/>
  93. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
  94. </dependentAssembly>
  95. <dependentAssembly>
  96. <assemblyIdentity name="Microsoft.Owin" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
  97. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  98. </dependentAssembly>
  99. <dependentAssembly>
  100. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
  101. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  102. </dependentAssembly>
  103. <dependentAssembly>
  104. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
  105. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  106. </dependentAssembly>
  107. <dependentAssembly>
  108. <assemblyIdentity name="Microsoft.Owin.Security" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
  109. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  110. </dependentAssembly>
  111. </assemblyBinding>
  112. </runtime>
  113. <entityFramework>
  114. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  115. <parameters>
  116. <parameter value="mssqllocaldb"/>
  117. </parameters>
  118. </defaultConnectionFactory>
  119. <providers>
  120. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
  121. </providers>
  122. </entityFramework>
  123. <system.codedom>
  124. <compilers>
  125. <compiler language="c#;cs;csharp" extension=".cs"
  126. type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  127. warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
  128. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
  129. type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  130. warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
  131. </compilers>
  132. </system.codedom>
  133. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement