Question

For example, and this is just an example, could I place something like a tag in the web.config where the connection string or parts of it would be, and then have the username and password replaced during the build release process when the build goes out to a server?

Était-ce utile?

La solution

One way is to store the connection strings in IIS and they will be applied to the web.config automatically.

See this post http://forum.winhost.com/threads/setup-the-connection-string-in-web-config.7592/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top