sql azure - Blocking Database access from test server to production database and vice versa -


We have set up two sites and two databases on Ajur. A test site and a production site, we had a recent issue where a developer made a mistake and deployed the code with a connection string on our production website, which indicates our test SQL Server. I am thinking that it is possible to limit access to production SQL Server so that it can only accept connections from the production web site. Limit testing and SQL Server so that it can only accept connections from the testing web site. I would eventually like to configure it so that it is again, the site will not work just because it will not be certified properly, I am in the process of creating an additional set of configuration files so that we have a set that can test related settings There is one for points and output, but how do you prevent someone from touching the bad environment strings from a bad environment? All the database activity on the site is going through the Web API.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -