morry2341

webconfig_bank

Nov 25th, 2022
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.  
  4. <system.web>
  5. <compilation debug="true" targetFramework="6.0"/>
  6. </system.web>
  7. <connectionStrings>
  8. <add name="myConnectionString" connectionString="server=localhost;port=3306;database=mydatabase;uid=root;pwd=mypwd" providerName="System.Data.SqlClient"/>
  9. </connectionStrings>
  10. <!-- To customize the asp.net core module uncomment and edit the following section.
  11. For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
  12. <!--
  13. <system.webServer>
  14. <handlers>
  15. <remove name="aspNetCore"/>
  16. <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
  17. </handlers>
  18. <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
  19. </system.webServer>
  20. -->
  21.  
  22. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment