I have a Notes Database which has been used for a few years …The program runs well but I would like to make the application web based to share within other divisions of our company at other locations. How would I go about making the current database web based …is there something specific I would have to do …
making the app work on the web can be as easy as turning on the HTTP task and setting the ACL to allow access, or it can involve a huge rewriting effort. It depends on what the application does, what the current code is like, and how closely you want the web version to mimic the Notes version (sometimes desirable, sometimes just about the last thing you want). Start by previewing the application in the browser from Designer (with Anonymous access enabled) to see if anything works at all.