vote up 0 vote down star

hi there. trying to convert a .net (C#) WPF based UI to an XBAP ("click once install") app delivered over the web. my existing logic accesses a web service, as defined in app.config. I'm using full permission for now to avoid same origin issues. however, I see app.config (which I added manually) isn't deployed, and anyway isn't loaded. checked with FileMon - I see only the host process's [PresentationHost.exe] app.config file is requested (which is machine.config).

My colleagues suggested trying to load the configuration file manually. any alternatives? anyway I really don't like the stuff done automagically around app.config, so feel free to badmouth it or explain why it's such a great idea.

flag

75% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.