Re: Servlet as Virtual Include in ASP file

2002-10-23 Thread Garrett Smith
Maybe you can include the asp from the servlet. default.asp - controller controller action: include real asp resource (/incl/default.asp) controller action: do some stuff I don't know if IIS let's you get away with that. Sorry for your situation (having to use asp). --- Kurisu QT [EMAIL

RE: Servlet as Virtual Include in ASP file

2002-10-22 Thread Nicholas Orr
What is the default.asp?page= actually doing? When I was doing ASP I would do this only to include something out of a database. You may find that what default.asp is doing is not very complex and you could just replicate it in your servlets. I don't know, but you haven't really given enough