Getting Started with ISYS:web.dk (admin) and ASP.NET This manual assumes that you are using Microsoft Visual Studio.NET 2003. Although it is possible to use ISYS:web.dk (admin) with the command line compilers, to do this you will need to create the COM Interop layer manually. Adding ISYS:web.dk (admin) to your project You need to include ISYS:web.dk (admin) as a reference in your project. To do this you need to:
Once ISYS has been added as a reference to your project, you can begin calling it. At the top of each file that you want to call ISYS from, you should add the following:
You can then create the ISYSAsp object. As with ASP, it is recommended that you store this object in application scope or as a global variable. This will improve performance as it will cache and reuse objects.
|