When using a separate project to handle db operations in an mvc project, should you save the connection string in dbproject (using app.config) or save the connection string in the web.config file of the mvc project and enter it in the repository (provided by dbproject) when you create it?
The configuration is always read from an external application. Web.config is where your connection string should be.
db , . - .
Source: https://habr.com/ru/post/1523851/More articles:Catch event deletion in View in Backbone js - backbone.jsУстройства WiFi передают пакеты, когда они только что включены? - smartphoneChi-square test with two samples in R - rCheck System.DateTime in UTC - timezoneHow to pass a connection string to a class library? - c #The $ rootcope value used in the controller is overridden when refreshing the page used with this controller - angularjsefficient storage of chess position - databaseORA-01036: недопустимое имя/номер переменной при запуске запроса через С# - c#will java use more memory when working on a machine with more RAM - javaOCLint генерирует пустой файл compile_commands.json - xcodeAll Articles