C
CodeMonkey
We have quite a few datasets that have been designed through the IDE. In
our application, we generate a connection string to the server based on
what the user configures the application for. The problem is, our
connection strings on the development machines are being saved into the
XSD files. While this isn't a huge issue, it's storing the password in
it as well. I have tried to make sure every dev's machine has the "Save
Password" option turned off, I also told it NOT to store the connection
string in the app.config, which it is not doing anymore...
How can I stop the studio from storing the connection string in the XSD
files? At least telling to stop storing the password would be acceptable
to me.
Visual Studio .Net 2005/Vb.Net
our application, we generate a connection string to the server based on
what the user configures the application for. The problem is, our
connection strings on the development machines are being saved into the
XSD files. While this isn't a huge issue, it's storing the password in
it as well. I have tried to make sure every dev's machine has the "Save
Password" option turned off, I also told it NOT to store the connection
string in the app.config, which it is not doing anymore...
How can I stop the studio from storing the connection string in the XSD
files? At least telling to stop storing the password would be acceptable
to me.
Visual Studio .Net 2005/Vb.Net