FAQ
- What’s TROIKA?
- From Wikipedia: A general meaning of the Russian word troika is threesome, a collection of three of any kind.
- How is TROIKA.ASP Framework licensed?
- TROIKA.ASP Framework is free software. It is licensed under the GNU Lesser General Public License (LGPL).
- Is this framework for ASP3.0 and older versions only?
- Yes, it uses some of the ASP3.0 specific calls (e.g. Server.Transfer) and it will not work in earlier versions.
- Why server side JavaScript not VB script?
- JavaScript is more powerful language, it supports object oriented features and closures.
- Can this framework’s Command classes be tested off line without web server?
- Yes it can be tested using Mock objects, see MockEnvironment.js and tests.wsf.
- I am getting the following ASP Error: "Disallowed Parent Path", what's wrong?
- This is caused by disabling ASP's "parent paths" for a Web site or application while using relative parent paths in an include statement. Please enable AspEnableParentPaths in your IIS server. Google it for more information please.