Re: Servlet as Virtual Include in ASP file

2002-10-22 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 PROTEC

RE: Servlet as Virtual Include in ASP file

2002-10-22 Thread Nicholas Orr
as Virtual Include in ASP file My company's website uses default.asp?page= to precede the actual file being called. Because my project uses servlets and must be integrated into the site, I'm going nuts trying to figure out if a servlet can be called as an virtual include in an ASP file. Or

Servlet as Virtual Include in ASP file

2002-10-22 Thread Kurisu QT
My company's website uses default.asp?page= to precede the actual file being called. Because my project uses servlets and must be integrated into the site, I'm going nuts trying to figure out if a servlet can be called as an virtual include in an ASP file. Or can I do the reverse-- call an ASP fil