Combining two ASP.NET projects into one web application using VB and C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Supporters

We are two developers using VB.NET and C#.NET for developing a common web application.

Until now we have used to seperate projects and using virtual directories for linking the two projects into one web site. However we have problems because this method causes big trouble when triing to share session variables and login-functionality.

How is it possible to get a VB.NET project and one C#.NET project working together as one web application sharing session variables and login-functionality

We have tried to combine these to projects together in a solution. This compiles OK, but do not work well without linking them together with virtual directory in IIS.

Any good web sites explaining this topic

Please help

Best regards
Thomas -> Norway.
 
Back
Top