web.config 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.web>
  4. <monoSettings>
  5. <compilersCompatibility>
  6. <compiler language="c#;cs;csharp" extension=".cs" compilerOptions="/nowarn:0169"
  7. type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  8. </compilersCompatibility>
  9. </monoSettings>
  10. <authorization>
  11. <allow users="*" />
  12. </authorization>
  13. <httpHandlers>
  14. <add verb="*" path="Trace.axd" type="System.Web.Handlers.TraceHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  15. <add verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  16. <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  17. <add verb="*" path="*.asmx" validate="false" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  18. <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  19. <add verb="GET" path="WebResource.axd" type="System.Web.Handlers.AssemblyResourceLoader, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  20. <add verb="*" path="*.master" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  21. <add verb="*" path="*.resources" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  22. <add verb="*" path="*.skin" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  23. <add verb="*" path="*.browser" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  24. <add verb="*" path="*.sitemap" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  25. <add verb="*" path="*.webinfo" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  26. <add verb="*" path="*.resx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  27. <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  28. <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  29. <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  30. <add verb="*" path="*.Config" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  31. <add verb="*" path="*.cs" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  32. <add verb="*" path="*.vb" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  33. <add verb="*" path="*.csproj" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  34. <add verb="*" path="*.vbproj" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  35. <add verb="*" path="*.licx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  36. <add verb="*" path="*.dll" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  37. <add verb="*" path="*.rem" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
  38. <add verb="*" path="*.soap" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
  39. <add verb="*" path="*.svc" type="System.ServiceModel.Channels.SvcHttpHandlerFactory, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  40. <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  41. <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  42. </httpHandlers>
  43. <httpModules>
  44. <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  45. <add name="OutputCache" type="System.Web.Caching.OutputCacheModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  46. <add name="RoleManager" type="System.Web.Security.RoleManagerModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  47. <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  48. <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  49. </httpModules>
  50. <authentication mode="Forms">
  51. <forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
  52. <credentials passwordFormat="Clear">
  53. <!--<user name="gonzalo" password="gonz"/>-->
  54. </credentials>
  55. </forms>
  56. </authentication>
  57. <machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" />
  58. <globalization requestEncoding="utf-8"
  59. responseEncoding="utf-8"
  60. fileEncoding="utf-8"/>
  61. <!--
  62. culture="en-US"
  63. uiculture="en-US" />
  64. -->
  65. <sessionState mode="InProc" />
  66. <pages>
  67. <namespaces>
  68. <add namespace="System" />
  69. <add namespace="System.Collections" />
  70. <add namespace="System.Collections.Specialized" />
  71. <add namespace="System.Configuration" />
  72. <add namespace="System.Text" />
  73. <add namespace="System.Text.RegularExpressions" />
  74. <add namespace="System.Web" />
  75. <add namespace="System.Web.Caching" />
  76. <add namespace="System.Web.SessionState" />
  77. <add namespace="System.Web.Security" />
  78. <add namespace="System.Web.Profile" />
  79. <add namespace="System.Web.UI" />
  80. <add namespace="System.Web.UI.WebControls" />
  81. <!-- <add namespace="System.Web.UI.WebControls.WebParts" /> -->
  82. <add namespace="System.Web.UI.HtmlControls" />
  83. </namespaces>
  84. </pages>
  85. <webControls clientScriptsLocation="/web_scripts" />
  86. <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
  87. <assemblies>
  88. <!--<add assembly="mscorlib" /> -->
  89. <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  90. <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  91. <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  92. <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  93. <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  94. <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  95. <add assembly="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"/>
  96. <add assembly="System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"/>
  97. <add assembly="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  98. <add assembly="System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
  99. <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  100. <add assembly="*" /> <!-- Add assemblies in bin directory -->
  101. </assemblies>
  102. <expressionBuilders>
  103. <add expressionPrefix="Resources"
  104. type="System.Web.Compilation.ResourceExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  105. <add expressionPrefix="ConnectionStrings"
  106. type="System.Web.Compilation.ConnectionStringsExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  107. <add expressionPrefix="AppSettings"
  108. type="System.Web.Compilation.AppSettingsExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  109. </expressionBuilders>
  110. <buildProviders>
  111. <add extension=".aspx" type="System.Web.Compilation.PageBuildProvider" />
  112. <add extension=".ascx" type="System.Web.Compilation.UserControlBuildProvider" />
  113. <add extension=".master" type="System.Web.Compilation.MasterPageBuildProvider" />
  114. <add extension=".asmx" type="System.Web.Compilation.WebServiceBuildProvider" />
  115. <add extension=".ashx" type="System.Web.Compilation.WebHandlerBuildProvider" />
  116. <add extension=".soap" type="System.Web.Compilation.WebServiceBuildProvider" />
  117. <add extension=".resx" type="System.Web.Compilation.ResXBuildProvider" />
  118. <add extension=".resources" type="System.Web.Compilation.ResourcesBuildProvider" />
  119. <add extension=".wsdl" type="System.Web.Compilation.WsdlBuildProvider" />
  120. <add extension=".xsd" type="System.Web.Compilation.XsdBuildProvider" />
  121. <add extension=".js" type="System.Web.Compilation.ForceCopyBuildProvider" />
  122. <add extension=".lic" type="System.Web.Compilation.IgnoreFileBuildProvider" />
  123. <add extension=".licx" type="System.Web.Compilation.IgnoreFileBuildProvider" />
  124. <add extension=".exclude" type="System.Web.Compilation.IgnoreFileBuildProvider" />
  125. <add extension=".refresh" type="System.Web.Compilation.IgnoreFileBuildProvider" />
  126. </buildProviders>
  127. </compilation>
  128. <httpRuntime executionTimeout="110"
  129. maxRequestLength="4096"
  130. useFullyQualifiedRedirectUrl="false"
  131. minFreeThreads="8"
  132. minLocalRequestFreeThreads="4"
  133. appRequestQueueLimit="5000" />
  134. <clientTarget>
  135. <add alias="ie5" userAgent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)" />
  136. <add alias="ie4" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
  137. <add alias="uplevel" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
  138. <add alias="downlevel" userAgent="Unknown" />
  139. </clientTarget>
  140. <siteMap>
  141. <providers>
  142. <add name="AspNetXmlSiteMapProvider"
  143. description="Default site map provider that reads in .sitemap xml files."
  144. type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  145. siteMapFile="Web.sitemap" />
  146. </providers>
  147. </siteMap>
  148. </system.web>
  149. </configuration>