I'll be creating a program in .NET that will only access a network drive and not do any file system activities on the local computer. I'm interested in trying to deploy it with one-click deployment (actually the type that they always have to access the intranet webpage first so they always have the latest version). I tried "publishing" a small test program today, but when I tried clicking the run button on the page it generated, nothing happened. I didn't really have any time after that to figure out what was wrong, but I assume it's something like adding the intranet site name to the trusted list in IE.
So I was just wondering if anyone here has had some good experience with using one-click and if you have any suggestions or tips?
I'm using Visual Studio 2005. The company wide browser is IE6.
Thanks
My Programming Blog