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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -