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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top