We currently have a asp.net website with some modules developed in VB.Net & some in C# (not just classes but also individual aspx pages and code behind). We figured we wanted to move to web application model as we need to implement CI with TFS.
The problem :
When we create a C# web application, copy the files from website & say convert to web application it gives Could not Parse errors
(probably because files are vb.net files)
When we create a VB.NET web application, copy the files & say convert to web application it converts only vb.net pages & on publishing throws error on all c# pages saying Could not load type
The asp.net website would work properly with multiple codebehind language support.
Help would be highly appreciated!