Guest User

Untitled

a guest
May 20th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <configuration>
  4. <system.web>
  5. <compilation debug="true" targetFramework="4.6.1"/>
  6. <httpRuntime targetFramework="4.6.1"/>
  7. </system.web>
  8.  
  9. <connectionStrings>
  10. <add name="StarterSite" connectionString="Data Source=|DataDirectory|StarterSite.sdf" providerName="System.Data.SqlServerCe.4.0"/>
  11. </connectionStrings>
  12.  
  13. <runtime>
  14. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  15. <dependentAssembly>
  16. <assemblyIdentity name="DotNetOpenAuth.Core" publicKeyToken="2780ccd10d57b246"/>
  17. <bindingRedirect oldVersion="1.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
  18. </dependentAssembly>
  19. <dependentAssembly>
  20. <assemblyIdentity name="DotNetOpenAuth.AspNet" publicKeyToken="2780ccd10d57b246"/>
  21. <bindingRedirect oldVersion="1.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
  22. </dependentAssembly>
  23. <dependentAssembly>
  24. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
  25. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
  26. </dependentAssembly>
  27. <dependentAssembly>
  28. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
  29. <bindingRedirect oldVersion="1.0.0.0-1.5.2.14234.0.0" newVersion="1.5.2.14234.0.0"/>
  30. </dependentAssembly>
  31. <dependentAssembly>
  32. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
  33. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  34. </dependentAssembly>
  35. <dependentAssembly>
  36. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
  37. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  38. </dependentAssembly>
  39. </assemblyBinding>
  40. </runtime>
  41. <system.data>
  42. <DbProviderFactories>
  43. <remove invariant="System.Data.SqlServerCe.4.0"/>
  44. <add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0"
  45. description=".NET Framework Data Provider for Microsoft SQL Server Compact"
  46. type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
  47. </DbProviderFactories>
  48. </system.data>
  49. <system.codedom>
  50. <compilers>
  51. <compiler language="c#;cs;csharp" extension=".cs"
  52. type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  53. warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
  54. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
  55. type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  56. warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE="Web" /optionInfer+"/>
  57. </compilers>
  58. </system.codedom>
  59. </configuration>
Add Comment
Please, Sign In to add comment