G
Guest
Hello, I am a DBA at a company that is moving from VB 6 to the new .NET
environment. In our old VB6 environment connection strings were usually
embedded in the code. Things like server name, database, userid, password
were right in the VB6 code. This doesn't seem to good to me so I'm glad we
are moving away from that.
I have full access to the database servers but the developers own and manage
the web and application servers. From what I understand much of the sql
connection info on these servers is now contained in .NET config files. I
have yet to see one of these files but I would like to understand just what
these config files do (relating to connection strings, connection pooling
etc.). Can someone point me in the right direction so that I can get some
good, usable info on how .NET connects and accesses SQL server. Examples of
these config files and where they live would be helpful.
Thanks - Brad
environment. In our old VB6 environment connection strings were usually
embedded in the code. Things like server name, database, userid, password
were right in the VB6 code. This doesn't seem to good to me so I'm glad we
are moving away from that.
I have full access to the database servers but the developers own and manage
the web and application servers. From what I understand much of the sql
connection info on these servers is now contained in .NET config files. I
have yet to see one of these files but I would like to understand just what
these config files do (relating to connection strings, connection pooling
etc.). Can someone point me in the right direction so that I can get some
good, usable info on how .NET connects and accesses SQL server. Examples of
these config files and where they live would be helpful.
Thanks - Brad