- Joined
- Aug 8, 2006
- Messages
- 3
- Reaction score
- 0
hello everybody
i hope you will be able to solve my query.what i want is to pass username and password from my aspx page to jsp page which will be on other server.the jsp page will process the request and return a response which i need to capture back in the aspx page.also i want to send certain parmeters to a jsp page which will then give me data from the database and that data i want in my aspx page.is this possible with your code.i basically want is to send request to jsp page from aspx and get the response from the jsp page.
i try to do the same with servlet but i am able to send the request to the servlet only once.after that i get the timeout error.i have to restart my iis and then again call the servlet.but after getting called once i again face the same problem
thanx
parth
i hope you will be able to solve my query.what i want is to pass username and password from my aspx page to jsp page which will be on other server.the jsp page will process the request and return a response which i need to capture back in the aspx page.also i want to send certain parmeters to a jsp page which will then give me data from the database and that data i want in my aspx page.is this possible with your code.i basically want is to send request to jsp page from aspx and get the response from the jsp page.
i try to do the same with servlet but i am able to send the request to the servlet only once.after that i get the timeout error.i have to restart my iis and then again call the servlet.but after getting called once i again face the same problem
thanx
parth