web.config 762 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <!-- To customize the asp.net core module uncomment and edit the following section.
  4. For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
  5. <!--
  6. <system.webServer>
  7. <handlers>
  8. <remove name="aspNetCore"/>
  9. <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
  10. </handlers>
  11. <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
  12. </system.webServer>
  13. -->
  14. <connectionStrings>
  15. <add name="connectionStrings" connectionString="Data Source=ngknn.ru;Initial Catalog=Aaluzin0101;User ID=21p;Password=12357;"/>
  16. </connectionStrings>
  17. </configuration>