Wednesday, 19 December 2012 13:26

how to deploy c#.net application

Written by 
Rate this item
(0 votes)

you can deploy a c#.net windows application to use
it on another machine.

In my previous articles i
showed how to download dot net framework-3.5 &
database server to run the application on a
different PC.

here i am going to show the steps for application
deployment.there are many ways to do that.here is
one of the ways-

step-1:
click the build menu in Visual Studio professionl
edition 2008.

step-2:
you will see the publish wizard.select the location
where you want to publish the application.it may be
in a local hard disk drive or a server.

step-3:
after you selectd the drive location and clicked next
u will see another dialog box.select 'from a cd or dvd
rom' and click next.

step-4:
next dialog box will appear.there select 'the application
will not check for updates'.

step-5:
in the next dialog box click finish.

done.your application is published.run it

Read 2412 times
Super User

Email This email address is being protected from spambots. You need JavaScript enabled to view it.

Latest discussions

  • No posts to display.