Web.Config vs. Machine.Config
-
Our shop is just starting to write ASP.Net applications. We're trying to think ahead and write our applications with easy maintenance in the design. We'd like to put some of our connection strings that will be used by multiple web applications in one area. We were thinking about the machine.config file but we're not sure if this is as secure at the web.config is supposed to be or not? Any suggestions? :confused:
Lost in the vast sea of .NET
-
Our shop is just starting to write ASP.Net applications. We're trying to think ahead and write our applications with easy maintenance in the design. We'd like to put some of our connection strings that will be used by multiple web applications in one area. We were thinking about the machine.config file but we're not sure if this is as secure at the web.config is supposed to be or not? Any suggestions? :confused:
Lost in the vast sea of .NET