lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
ASP.NET web applications
12 July 09 03:12 PM | Frederick.Chapleau | with no comments
Website are great, when you want to troubleshoot your code and deploy it for internal use. But what to do when you do not want to give your access to your code? Check out Web Applications... -f. ref.: http://msdn.microsoft.com/en-us/asp.net/aa336618.aspx
Filed under:
Deployment, and installation
29 June 09 02:24 PM | Frederick.Chapleau | with no comments
When it’s time to deploy an application, there is multiple options : xcopy, Click Once, NSIS, the publish option (for websites), and many others. Check out and compare them before using a complex installer. -f.
Filed under:
ClickOnce, know from where you were called
09 June 09 10:39 AM | Frederick.Chapleau | with no comments
Some methods and classes can be usefull when deploying using ClickOnce... ApplicationDeployment.IsNetworkDeployed ApplicationDeployment.CurrentDeployment.ActivationUri ApplicationDeployment.CurrentDeployment.ActivationUri.Query Everything you need to...
Filed under: