pass value from JSP to ASP.Net

2ThuggedOut

New Member
what I want/have to do is give a value (possibly two values) from one JSP-application to a ASP-application, but I don't know if this is even possible.I myself don't have any experience with JSP. I did learn Java in college, but that's about it. So I don't really know what options I have here. I think the real problem is how to handle the threading, as it is expected that 50 people use the program at the same time. So I sort of need to have a direct communication.Does anybody have an idea how to do this?
 
Back
Top