Simple question on Deploying a console application

  • Thread starter Thread starter Stray Bullet
  • Start date Start date
S

Stray Bullet

Executable works fine on my development PC.

Am I right in assuming that all I need to do to deploy this app. onto
another server is to

1. Build the app. in RELEASE configuration and simply move the
executable to a folder on the server.

2. Install the Dot Net framework on the server.
 
Stray,

Simple questions get simple answers.

Yes. =)

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Stray Bullet said:
Executable works fine on my development PC.

Am I right in assuming that all I need to do to deploy this app. onto
another server is to

1. Build the app. in RELEASE configuration and simply move the
executable to a folder on the server.

2. Install the Dot Net framework on the server.
 
Back
Top