Proper setup creation for C# app with SQL Server database -
i need advice proper creation setup of c# app.
i have got c# application, created via vs 2010 , entity framework , sql server database. setup i'm using standard vs setup project.
how can include database setup?
should run sql script after end of installation or there other ways?
i have got problems db access when user installs app , want avoid it.
thanks in advance!
Comments
Post a Comment