By Briana Tarrance on
3/20/2009 11:14 AM
If you've ever stumbled across a great piece of code that you wanted to integrate into your web app, but found it in the language that your NOT currently coding in,
there's an easy way to use it without having to rewrite the code in your current application's language.
In the web application file directory, create an additional folder for the other language. See in the image below that I have a folder for C# files and another for
VB.NET files.

Then, in your web.config modify the section so that it shows both of these elements....
Read More »