Deploying C# application with SQL database -
i have developed c# application sql database, want package database , deploy on other machine have sql installed. how should go it.
what should connectionstring project, using "initialcatalog".
pls help
i not sure, if understand question well.
if c# class library only, can dll , deploy in required application.
if web application, can either create web deployment package or publish site.
for sql migration, can used database publishing wizard microsoft.
http://www.microsoft.com/en-in/download/details.aspx?id=5498
i hope answers helped you.
Comments
Post a Comment