Click here to Skip to main content
15,906,569 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to Assemble two web applycations developed by dotnet. one with C# and another with VB.net Is it is Possible.
how can we do this any referance for this
Posted

1 solution

You can't include this as existing project ofcorse.

Options:

Set the data in a database and use this in both applicatie.
Make a application which comunicate with both.
You can send parameters from one to the other.
Or you can make a webservices which communicate with a database.
We use the last option. Webservices =)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900