Forum Moderators: open

Message Too Old, No Replies

Calling JSP pages from Asp.net/asp

Calling JSP pages from Asp.net/asp

         

yt2003

2:17 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



I am developing a web application using asp.net (using vb.net). I want to call jsp pages in asp.net. These jsp pages are generated using some product in the company. Could anyone suggest me some method to do this? Any help on this topic is much appreciated. Thanks in advance.

wardbekker

2:34 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



Do you want to send data between the two web-applications?

yt2003

2:40 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



Yes, the jsp pages are created using some other applications. I have to link those pages in my asp.net application. The jsp pages will post back data in a different sql server database.

wardbekker

7:08 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



What kind of data would you want to transfer? For example you can use a cookie or store the information in the querystring when calling the JSP.