Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 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=152368
  5. -->
  6. <configuration>
  7. <connectionStrings>
  8.  
  9. </connectionStrings>
  10. <appSettings>
  11. <add key="enableSimpleMembership" value="false" />
  12. <add key="autoFormsAuthentication" value="false" />
  13. <add key="webpages:Version" value="1.0.0.0" />
  14. <add key="ClientValidationEnabled" value="true" />
  15. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  16. <add key="loginUrl" value="~/LoginReg/LogOn"/>
  17. </appSettings>
  18. <system.net>
  19. <mailSettings>
  20. <smtp>
  21.  
  22. </smtp>
  23. </mailSettings>
  24. </system.net>
  25.  
  26. <location path="Vouchers">
  27. <system.web>
  28. <authorization>
  29. <!--<allow users="*" />-->
  30. <deny users="?" />
  31. </authorization>
  32. </system.web>
  33. </location>
  34.  
  35. <location path="Account">
  36. <system.web>
  37. <authorization>
  38. <!--<allow users="*" />-->
  39. <deny users="?" />
  40. </authorization>
  41. </system.web>
  42. </location>
  43.  
  44. <location path="Sites">
  45. <system.web>
  46. <authorization>
  47. <!--<allow users="*" />-->
  48. <deny users="?" />
  49. </authorization>
  50. </system.web>
  51. </location>
  52.  
  53. <location path="Users">
  54. <system.web>
  55. <authorization>
  56. <!--<allow users="*" />-->
  57. <deny users="?" />
  58. </authorization>
  59. </system.web>
  60. </location>
  61. <system.web>
  62. <customErrors mode="Off"/>
  63. <compilation debug="true" targetFramework="4.0">
  64. <assemblies>
  65. <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  66. <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  67. <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  68. <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  69. <add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  70. </assemblies>
  71. </compilation>
  72. <authentication mode="Forms" >
  73. <forms loginUrl="~/LoginReg/LogOn" timeout="2880" />
  74. </authentication>
  75. <!--<membership>
  76. <providers>
  77. <clear/>
  78. <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
  79. enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
  80. maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
  81. applicationName="/" />
  82. </providers>
  83. </membership>-->
  84. <!--<profile>
  85. <providers>
  86. <clear/>
  87. <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
  88. </providers>
  89. </profile>
  90.  
  91. <roleManager enabled="false">
  92. <providers>
  93. <clear/>
  94. -->
  95. <!--<add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />-->
  96. <!--
  97. <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
  98. </providers>
  99. </roleManager>-->
  100. <pages>
  101. <namespaces>
  102. <add namespace="System.Web.Helpers" />
  103. <add namespace="System.Web.Mvc" />
  104. <add namespace="System.Web.Mvc.Ajax" />
  105. <add namespace="System.Web.Mvc.Html" />
  106. <add namespace="System.Web.Routing" />
  107. <add namespace="System.Web.WebPages" />
  108. </namespaces>
  109. </pages>
  110. </system.web>
  111. <system.webServer>
  112. <validation validateIntegratedModeConfiguration="false" />
  113. <modules runAllManagedModulesForAllRequests="true" />
  114. </system.webServer>
  115. <runtime>
  116. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  117. <dependentAssembly>
  118. <assemblyIdentity name="System.Web" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  119. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  120. </dependentAssembly>
  121. <dependentAssembly>
  122. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  123. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  124. </dependentAssembly>
  125. <dependentAssembly>
  126. <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="neutral" />
  127. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  128. </dependentAssembly>
  129. <dependentAssembly>
  130. <assemblyIdentity name="System.Core" publicKeyToken="b77a5c561934e089" culture="neutral" />
  131. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  132. </dependentAssembly>
  133. <dependentAssembly>
  134. <assemblyIdentity name="System.Configuration" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  135. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  136. </dependentAssembly>
  137. <dependentAssembly>
  138. <assemblyIdentity name="System.Web.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  139. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  140. </dependentAssembly>
  141. </assemblyBinding>
  142. </runtime>
  143. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement