EventPro Planner Manual

ISAPI Manager

Hide Navigation Pane

ISAPI Manager

Previous topic Next topic No directory for this topic No expanding text in this topic  

ISAPI Manager

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic.  

NOTE: This is Technical Information intended only for users with web server experience.

The ISAPI manager allows you to manage your ISAPI DLL through the web browser instead of through IIS.

When using the ISAPI manager, you must make sure all links use .isa.  If a link uses the DLL instead of the manager, you will not be able to use the manager to unload the DLL anymore. All links should use EPlannerReg.isa instead of EplannerReg.dll.

There are different commands available for the ISAPI Manager, which can be provided as parameters in the URL.

Command

Description/Example

Info

Show information about ISAPI Manager.


http://<server>/EplannerReg.isa?Object=IsapiMan&Cmd=Info

 &Pw=<password>

ChangePw

Set a different password by providing it in the Param value. The initial default password is IsapiAdmin. You should change this password as soon as you can.


http://<server>/EplannerReg.isa?Object=IsapiMan&Cmd=ChangePw

 &Pw=<oldpassword>&Param=<newpassword>

Down

Shuts down the ISAPI extension. New requests will be rejected.


http://<server>/EplannerReg.isa?Object=IsapiMan&Cmd=Down

 &Pw=<password>

Up

Restarts the ISAPI extension. It will be loaded the next time a request comes in.


http://<server>/EplannerReg.isa?Object=IsapiMan&Cmd=Up

 &Pw=<password>

Update

Updates the ISAPI application. First, it will shut down the application as if you gave the Down command. After the application ISAPI extension is unloaded, it will copy the whole current directory into a subdirectory called Old. After that, it copies all the files from another subdirectory called New in the current directory and restarts again. This way, you can exchange your whole application on the fly.


http://<server>/EPlannerReg.isa?Object=IsapiMan&Cmd=Update

 &Pw=<password>