Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. Note: As an alternative to hand editing this file you can use the
  4. web admin tool to configure settings for your application. Use
  5. the Website->Asp.Net Configuration option in Visual Studio.
  6. A full list of settings and comments can be found in
  7. machine.config.comments usually located in
  8. \Windows\Microsoft.Net\Framework\v2.x\Config
  9. -->
  10. <configuration>
  11. <appSettings/>
  12. <connectionStrings>
  13. <add name="tisConnectionString" connectionString="Data Source=65.98.59.10;Initial Catalog=TotalInterrior;User ID=apexsol_naeem;Password=hamza"
  14. providerName="System.Data.SqlClient" />
  15. <!--<add name="tisConnectionString" connectionString="Data Source=SERVER;Initial Catalog=tis;Integrated Security=True"
  16. providerName="System.Data.SqlClient"/>-->
  17. <!--<add name="tisConnectionString" connectionString="Data Source=db200.my-hosting-panel.com;Initial Catalog=tis1997_tis;User ID=tis1997_sa;Password=naveed"
  18. providerName="System.Data.SqlClient" />-->
  19. </connectionStrings>
  20. <system.net>
  21. <mailSettings>
  22. <smtp>
  23. <network host="mail.tis1997.net" port="2525" userName="no-reply@tis1997.net" password="naveed" />
  24. </smtp>
  25. </mailSettings>
  26. </system.net>
  27. <system.web>
  28. <httpRuntime maxRequestLength="1638400" executionTimeout="360"/>
  29. <membership defaultProvider="tisConnectionStringProvider" userIsOnlineTimeWindow="15">
  30. <providers>
  31. <clear/>
  32. <add name="tisConnectionStringProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="tisConnectionString" applicationName="tisConnectionString" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" passwordFormat="Hashed" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordStrengthRegularExpression="(\w+)*"/>
  33. </providers>
  34. </membership>
  35. <roleManager enabled="true" cookieName="rolecookies" defaultProvider="tisConnectionStringRoleProvider">
  36. <providers>
  37. <clear />
  38. <add connectionStringName="tisConnectionString" applicationName="tisConnectionString"
  39. name="tisConnectionStringRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  40. <add applicationName="tisConnectionString" name="AspNetWindowsTokenRoleProvider"
  41. type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  42. </providers>
  43. </roleManager>
  44. <!--
  45. Set compilation debug="true" to insert debugging
  46. symbols into the compiled page. Because this
  47. affects performance, set this value to true only
  48. during development.
  49. -->
  50. <compilation debug="true">
  51. </compilation>
  52. <!--
  53. The <authentication> section enables configuration
  54. of the security authentication mode used by
  55. ASP.NET to identify an incoming user.
  56. -->
  57. <authentication mode="Forms" />
  58. <!--
  59. The <customErrors> section enables configuration
  60. of what to do if/when an unhandled error occurs
  61. during the execution of a request. Specifically,
  62. it enables developers to configure html error pages
  63. to be displayed in place of a error stack trace.
  64.  
  65. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  66. <error statusCode="403" redirect="NoAccess.htm" />
  67. <error statusCode="404" redirect="FileNotFound.htm" />
  68. </customErrors>
  69. -->
  70. </system.web>
  71. <system.codedom>
  72. </system.codedom>
  73. <!--
  74. The system.webServer section is required for running ASP.NET AJAX under Internet
  75. Information Services 7.0. It is not necessary for previous version of IIS.
  76. -->
  77. <system.webServer>
  78. </system.webServer>
  79. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement