I\'m developing a new functionality for web site project with VB.NET default language in VS 2008. As my preferred language is C# I create subfolder for C# code in the App_
App_
Create two folders under App_Code folder named CSCode and VBCode. Move your respective files to respected folders
Add below code in web.config file:
and then try...
-Rakesh