Hi, I developed a web based application (named "A") running under Cassini. This application is installed now on different PC connected each one to Internet (not in LAN / VPN each other, named "1", "2", etc). Each installation of "A" uses its db, MS SQL express (db1, db2, etc); so I've "A.1-db1", "A.2-db2", etc.
I need to integrate into my software "A" another web based application (named "B") that now is published to Internet and running under IIS - MS SQL server.
Question 1:
I want to show (inside a frame of my application "A") the pages of application "B", published on an Internet provider. How can I do that?
Question 2:
I've to exchange data between each db of application "A" to the db of the application "B"...
Someone can give me some suggestion?
Many many tx!