Rockford .Net User Group

The premier .Net User Group in the Northern Illinois Area
Welcome to Rockford .Net User Group Sign in | Join | Help
in Search

Best methods for deployment (one-click)?

Last post 03-05-2008, 9:23 AM by Scott. 2 replies.
Sort Posts: Previous Next
  •  01-15-2008, 8:48 PM 126

    Best methods for deployment (one-click)?

    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
  •  01-16-2008, 3:10 PM 127 in reply to 126

    Re: Best methods for deployment (one-click)?

    To answer my own question.  All I had to do was go into Internet Explorer Tools->Internet Options -> Security..., select "Trusted Sites -> Sites and then add the local intranet site to the list (unchecking the https requirement checkbox).  After that it worked just fine. Big Smile

     

     


    My Programming Blog
  •  03-05-2008, 9:23 AM 137 in reply to 127

    Re: Best methods for deployment (one-click)?

    One other thing I figured out recently.  All I really needed to to was go to the program properties window and select the security tab.  From there I check the "Enable ClickOnce Security Settings" checkbox and then configure the trust level.  That way the site does not need to be added to the trusted list beforehand!

     

     


    My Programming Blog
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems