Web.config 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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=301879
  5. -->
  6. <configuration>
  7. <connectionStrings>
  8. <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;Initial Catalog=aspnet-Winsoft.GOV.XF.WX-bc0f97e9-a150-4e84-ad86-706853d56527;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-Winsoft.GOV.XF.WX-bc0f97e9-a150-4e84-ad86-706853d56527.mdf" providerName="System.Data.SqlClient" />
  9. </connectionStrings>
  10. <appSettings>
  11. <add key="webpages:Version" value="3.0.0.0" />
  12. <add key="webpages:Enabled" value="false" />
  13. <add key="ClientValidationEnabled" value="true" />
  14. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  15. </appSettings>
  16. <system.web>
  17. <authentication mode="None" />
  18. <compilation debug="true" targetFramework="4.5.2" />
  19. <httpRuntime targetFramework="4.5.2" />
  20. </system.web>
  21. <system.webServer>
  22. <modules>
  23. <remove name="FormsAuthentication" />
  24. </modules>
  25. </system.webServer>
  26. <runtime>
  27. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  28. <dependentAssembly>
  29. <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
  30. <bindingRedirect oldVersion="1.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  31. </dependentAssembly>
  32. <dependentAssembly>
  33. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
  34. <bindingRedirect oldVersion="1.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  35. </dependentAssembly>
  36. <dependentAssembly>
  37. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
  38. <bindingRedirect oldVersion="1.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  39. </dependentAssembly>
  40. <dependentAssembly>
  41. <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
  42. <bindingRedirect oldVersion="1.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  43. </dependentAssembly>
  44. <dependentAssembly>
  45. <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
  46. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  47. </dependentAssembly>
  48. <dependentAssembly>
  49. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  50. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  51. </dependentAssembly>
  52. <dependentAssembly>
  53. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  54. <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  55. </dependentAssembly>
  56. <dependentAssembly>
  57. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  58. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  59. </dependentAssembly>
  60. <dependentAssembly>
  61. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  62. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  63. </dependentAssembly>
  64. <dependentAssembly>
  65. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  66. <bindingRedirect oldVersion="1.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  67. </dependentAssembly>
  68. </assemblyBinding>
  69. </runtime>
  70. </configuration>