Can an ASP page call Servlets or JSP, and vice versa?
Created May 4, 2012
Rajesh Danda ASP works only in IIS and Apache Server. It is also possible for these web
servers to run servlet programs by using a specific servlet engine.
You can invoke a servlet program from ASP by redirecting the request to the URL of the servlet.