This method will start the isee.NET ASP.NET Application up for each user. This method will typically be called in Global.asax code-behind Session_Start handler
The path and file name of the TXM file exported from ithink/STELLA. Use a Server.MapPath call to get the full path to the file.
The isee.NET Framework registration number
This method will set up an instance of the Simulation class for the current user accessing the application. The Simulation class instance will be stored in the ASP.NET Session object and exposed to any pages that inherit from iseesystems.iseeNET.Controllers.ASPNET.PageController as a property called "Simulation".
SessionController Class | iseesystems.iseeNET.Controllers.ASPNET Namespace