home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / newServ / checkPolicy / Web.config < prev   
Extensible Markup Language  |  2013-03-06  |  2KB  |  57 lines

  1. ∩╗┐<?xml version="1.0"?>
  2.  
  3. <!--
  4.   For more information on how to configure your ASP.NET application, please visit
  5.   http://go.microsoft.com/fwlink/?LinkId=169433
  6.   -->
  7.  
  8. <configuration>
  9.   <connectionStrings>
  10.     <add name="ApplicationServices"
  11.          connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000"
  12.          providerName="System.Data.SqlClient" />
  13.   </connectionStrings>
  14.  
  15.   <system.web>
  16.     <!--<compilation debug="true" targetFramework="4.0" />-->
  17.  
  18.     
  19.    <!-- <authentication mode="Forms">
  20.       <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
  21.     </authentication>-->
  22.     
  23.  
  24.     <!-- <membership>
  25.       <providers>
  26.         <clear/>
  27.         <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
  28.              enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
  29.              maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
  30.              applicationName="/" />
  31.       </providers>
  32.     </membership>-->
  33.     <!--<profile>
  34.       <providers>
  35.         <clear/>
  36.         <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/>
  37.       </providers>
  38.     </profile>-->
  39.  
  40.     <!--<roleManager enabled="false">
  41.       <providers>
  42.         <clear/>
  43.         <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
  44.         <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
  45.       </providers>
  46.     </roleManager>-->
  47.     <customErrors mode="Off"/>
  48.  
  49.   </system.web>
  50.  
  51.   <system.webServer>
  52.      <modules runAllManagedModulesForAllRequests="true"/>
  53.   </system.webServer>
  54.   
  55.   
  56. </configuration>
  57.