We have a WCF click-once install application being served from an IIS website over HTTPS. It is in a subdirectory of another site which does have authenticaton (Mixed mode, both windows and form) but
I\'m getting the following error when i send a finished program to a client in a ClickOnce deployment setup.
I am trying out click-once on my local machine using Apache 2.2. I have added following to httpd.conf AddType application/x-ms-application .application
I am trying to set up remote debugging on one of our internal systems as there is a function in a class library that keeps failing for our users but not me. I have the folder share to my remote debugg
I would like to deploy a TEST version of my internal application to my testing group and I need it to install side by side with the current LIVE version.
Here\'s my situation. I\'ve just started a new job and I\'ve inherited an application recently which is going to need a rewrite.I know what you\'re thinking but trust me,...this really IS one of thos
I have a website that will host many Windows Workflow 4 flowcharts and I\'d like to allow an end user to 开发者_JS百科double click a workflow and then launch the Workflow designer (installed as click
I\'d like to be able to start a ClickOnce application from another executable. I know how to do this with the browser using Process.Start(\"http://PathToMyApp\"). However, this is returning null for t
Could you kindly advise 开发者_开发百科if we need to have .NetFrameWork Installed on Client\'s computer, if we make setup by using ClickOnce technology?
For a regular .exe file i can always right click and select \"run as..\". How can i run a Click-Once applicat开发者_StackOverflowion under different credentials in a similar way?