I have just completed my first application and it's ready for deployment.
Can anyone point me to a site which will explain the different scenarios to
consider during deployment, such as whether or not to deploy to a central
server and let the clients consume it, or how to set the path to the server
in the config files. Any help with deployment and configuration would be
most appreciated.
ps. I've already been through the MSDN library...
These articles might be a good starting point:
How to configure .NET Framework security settings and how to deploy a .NET
Framework application
http://support.microsoft.com/default.aspx?scid=kb;en-us;837909
HOW TO: Deploy Applications That Are Built on the .NET Framework
http://support.microsoft.com/default.aspx?scid=kb;en-us;818016
Updater Application Block
http://msdn.microsoft.com/vbasic/using/deploying/default.aspx?pull=/library/en-u
s/dnbda/html/updater.asp
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
> I have just completed my first application and it's ready for deployment.
> Can anyone point me to a site which will explain the different scenarios to
[quoted text clipped - 4 lines]
>
> ps. I've already been through the MSDN library...