Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <system.web>
- <compilation debug="true" targetFramework="6.0"/>
- </system.web>
- <connectionStrings>
- <add name="myConnectionString" connectionString="server=localhost;port=3306;database=mydatabase;uid=root;pwd=mypwd" providerName="System.Data.SqlClient"/>
- </connectionStrings>
- <!-- To customize the asp.net core module uncomment and edit the following section.
- For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
- <!--
- <system.webServer>
- <handlers>
- <remove name="aspNetCore"/>
- <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
- </handlers>
- <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
- </system.webServer>
- -->
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment