[QUOTE]lukezy wrote
You could appy "CreateDB.sql" manually to the DB that already exist. There are a couple of other things that installer does. Check the InstDSC source code to see what it does and you could apply these things manually.
BTW, SQL login is never a good idea in terms of security concerned. Your configuration file will have to store the SQL login credential. It exposes your DB completely when someone can read your web.config.
[/QUOTE]
Thanks, Luke!
How/why would someone be able to read my web.config? it's my server and I don't expose that stuff to anyone.
egc
|