There is no straight conversion between ASP and JSP that I know of; they're fundamentally different technologies (languages at least). HOWEVER, you can "package" up an ASP site into one "compiled" COM object using
Yes, but you'd probably have to write your own COM object or ISAPI DLL to handle it and it would destroy performance on your web application.
In theory, though, you could write an object that encrypts local files (or database "files", perhaps with a different extension, like .ase, and then have a .asp page that uses that object to decrypt and process the page on the fly. You'd need VBScript 5.5 and to use the advanced Eval function. This would be entirely complex, though, and I'm still not sure if it would work exactly correctly. Monte Kalisch
Brainbench MVP for ASP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.