0

I recently found myself writing some XML in my Visual Studio 2010 Project's App.config file.

The values I used were assemblyIdentity and bindingRedirect - neither of which show up using IntelliSense.

I'd like to know some cool tricks that other developers have come up with to use in App.config - a file I rarely touch.

There's a document on MSDN (+1 for other links), but it (most likely) will not go into detail on how to do some trick stuff.

[Update]

Due to the fact that Joe, djacobson, Henk Holterman, Mark Biek, and Neil Knight collectively voted to close my question, I've decided to post a couple of examples of the kinds of info I'm looking for:

Community
  • 1
  • 1
jp2code
  • 24,618
  • 35
  • 140
  • 254

1 Answers1

1

Something to start with: http://blogs.msdn.com/b/vsto/archive/2010/03/09/tricks-with-app-config-and-clickonce-deployment-saurabh-bhatia.aspx

Vinay
  • 970
  • 6
  • 22
  • I am sorry, I do not have the required permission to vote for a re-open. – Vinay Aug 10 '11 at 20:05
  • Well, since the goobers have closed this, I will award you the answer. I was hoping for more, but I can get some mileage out of this. – jp2code Aug 12 '11 at 14:08