C#.Net production online problem

J

Jason Huang

Hi,

I've been thinking how to have our C#.Net application go production, we use
Windows Form in our AP, and we have about 150 PC and clients.
Thanks for help.

Jason
 
N

Nicholas Paldino [.NET/C# MVP]

Jason,

Why not create an installer project and then have that on a download
site that your admins or end users can easily access?

Or, if you are using .NET 2.0, why not use Click Once?

Hope this helps.
 
J

Jason Huang

Thanks Nicholas!
We are still using ASPNET 1.1. Do you think we need to change to .Net 2.0?


Nicholas Paldino said:
Jason,

Why not create an installer project and then have that on a download
site that your admins or end users can easily access?

Or, if you are using .NET 2.0, why not use Click Once?

Hope this helps.

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

Jason Huang said:
Hi,

I've been thinking how to have our C#.Net application go production, we
use Windows Form in our AP, and we have about 150 PC and clients.
Thanks for help.

Jason
 

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

Top