Hi all,
I want to deploy to the web (yet to decide the host), a c#
(asp.net)
application that connects to a SQL EXPRESS database, but,
navigating
round the web, I figured out some issues I could face using
the EXPRESS
database after the deployment.
Therefore, my question is, since my application is made to
be
re-deployed a second time (by the buyer), I'd like to know
the best way
to use the EXPRESS edition to avoid my users (the
re-deployers) going
through the headache of, maybe, having to reconfiguring the
database the
second time.
For example, I recently found out it's better I set the
"user instance"
to false so that every connection to the database would go
to just one
database instead of creating one for every connected user.
In short, how
best can I configure the connection (connection strings
ecc.) to the
database so that any user could just download and deploy
without
worrying about the data connection configurations. Any
advice is
welcomed. Many thanks in advance.
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|