Advertisement
Guest User

Untitled

a guest
May 7th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. <customErrors mode="Off"/>
  2.  
  3. <trustLevel name="Full" policyFile="internal"/>
  4.  
  5. <securityPolicy>
  6. <trustLevel name="Full" policyFile="internal"/>
  7. </securityPolicy>
  8.  
  9. <configuration>
  10. <configSections>
  11. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  12. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  13. </configSections>
  14. <connectionStrings>
  15. <add name="DefaultConnection" connectionString="Data Source=SAFIRESQLEXPRESS;Initial Catalog=Hotel;Integrated Security=True" providerName="System.Data.SqlClient" />
  16. </connectionStrings>
  17. <appSettings>
  18. <add key="webpages:Version" value="3.0.0.0" />
  19. <add key="webpages:Enabled" value="false" />
  20. <add key="ClientValidationEnabled" value="true" />
  21. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  22. <add key="MvcMailer.BaseURL" value="" />
  23. </appSettings>
  24. <system.web>
  25. <authentication mode="None" />
  26. <customErrors mode="Off"/>
  27. <compilation debug="true" targetFramework="4.5.2" />
  28. <httpRuntime targetFramework="4.5.2" />
  29. <trustLevel name="Full" policyFile="internal" />
  30. </system.web>
  31. <system.webServer>
  32. <modules>
  33. <remove name="FormsAuthentication" />
  34. </modules>
  35. </system.webServer>
  36. <runtime>
  37. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  38. <dependentAssembly>
  39. <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
  40. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  41. </dependentAssembly>
  42. <dependentAssembly>
  43. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
  44. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  45. </dependentAssembly>
  46. <dependentAssembly>
  47. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
  48. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  49. </dependentAssembly>
  50. <dependentAssembly>
  51. <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
  52. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  53. </dependentAssembly>
  54. <dependentAssembly>
  55. <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
  56. <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
  57. </dependentAssembly>
  58. <dependentAssembly>
  59. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  60. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  61. </dependentAssembly>
  62. <dependentAssembly>
  63. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  64. <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  65. </dependentAssembly>
  66. <dependentAssembly>
  67. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  68. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  69. </dependentAssembly>
  70. <dependentAssembly>
  71. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  72. <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  73. </dependentAssembly>
  74. <dependentAssembly>
  75. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  76. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  77. </dependentAssembly>
  78. <dependentAssembly>
  79. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
  80. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  81. </dependentAssembly>
  82. <dependentAssembly>
  83. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
  84. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  85. </dependentAssembly>
  86. </assemblyBinding>
  87. </runtime>
  88. <entityFramework>
  89. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
  90. <providers>
  91. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  92. </providers>
  93. </entityFramework>
  94. <system.net>
  95. <mailSettings>
  96. <smtp from="xxx">
  97. <network host="smtpout.europe.secureserver.net" port="25" userName="xxx" password="xxx" />
  98. </smtp>
  99. </mailSettings>
  100. </system.net>
  101. <system.codedom>
  102. <compilers>
  103. <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" />
  104. <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+" />
  105. </compilers>
  106. </system.codedom>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement