Hi,
Is it possible to pass control and data from one web application to another?
The background is we have a web application 1 that we support and the client wants another web applications (2) functionality within this one.
The relationship betweenn web app 1 and web app 2 is that web app1 produces the csv file that web app 2 consumes and processes.
I want to know if it's possible to simply drive web app 2 through web 1 and keep them in their seperate projects without having to integrate web app 2 into web app 1 (which will require web app 1 to go through integration testing again...)?
Many Thanks,
edit---------------------
i should mention both web applications are on the same server.....