vb.net - Deployment help.

Soldato
Joined
4 Nov 2007
Posts
4,514
Got an application that needs to be copied every day into a new folder.

All users will have .net 3.5 installed.

What do I need to know when it comes to certificates/security/trusted applications?

I've read a bit about the GAC & gacutil.exe, but it only seems to be for .dll files?

Thanks
 
It's a register, lots of people have moved out to site and their mail is still getting delivered here, basically the admin staff need to know who has signed it. Mail is scanned and put into a new folder with todays date in every day.

It uploads there name, contract number & date (last two and retrieve from file path)

The users aren't exactly...power users, so making them go find another application wouldn't be ideal.
 
It's a register, lots of people have moved out to site and their mail is still getting delivered here, basically the admin staff need to know who has signed it. Mail is scanned and put into a new folder with todays date in every day.

It uploads there name, contract number & date (last two and retrieve from file path)

The users aren't exactly...power users, so making them go find another application wouldn't be ideal.

I'm still not understanding why the application itself needs to be copied over every day?
Surely if you have some data/config or something that needs updating you can use a database or similar.

The app should only need copying again if the code changes.
 
Back
Top Bottom