I get asked fairly frequently if ClickOnce and WCF are mutually exclusive. Lots of folks seem to be under the impression that you can't use WCF in a ClickOnce application because of our requirement for Full Trust permissions -- which is a misnomer.
Truth is, Indigo works fine in a ClickOnce app. Check out this article by Matias Woloski which really nicely documents the whole process.
Great article about ClickOnce and WCF
Sunday, April 09 2006 - blog
- #1 Sam Gentile on 4.09.2006 at 9:06 PM
-
Thats all fine for Click Once but doesn't do squat for me implementing an enterprise system that uses CAS and Least Privilege in every part of the code.
