question

sabari avatar image
sabari asked

Publish my Entire asp.net application???

i've created one web application. and used backend, sql server 2008. now its running well in my system. my question is, **how to run this application in another system, even that system not having visual studio and database files and all**. but have to run on another system. what i do now? say the procedures.
asp.net
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Shawn_Melton avatar image Shawn_Melton commented ·
So you have all of the components installed on your desktop or client computer and want to now push it to a server environment?
0 Likes 0 ·
jjaroska avatar image
jjaroska answered
In short, you need to right click on the web project and then click publish. Then choose the destination (i like ftp), then you need to sync your database with the production server by use of visual studio or red gate tools or something.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sp_lock avatar image
sp_lock answered
There are many ways to do this and no one good or bad way (ok there is bad). If you are looking to deploy this on a client site then you could develop an MSI that deploys the website/services along with IIS configuration, SQL Server installation (licensing restriction apply if using anything other than express/compact). The MSI would assume (IMO) that nothing is installed (or would check for a component existence) and apply the relevant software/prereq's. This as an end user would be my pref if installing a 3rd party tool/app. Internally for our sites/services we use a product called cruise control is used to auto deploy DEV/QA and Live environments (time and effort has to be invested in creating the relevant deploy scripts). I, as the DBA then deploys any DBs/script into our production environment(s). Maybe a little background on what your scenario is would help me answer with a little more depth.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.