AppSentinelAdmin
The AppSentinel Admin DLL is used to generate Registration IDs
and is meant to be run by you on a computer within your company. The
AppSentinel Control Panel is provided for this purpose.
Alternatively, you can create your own interface into AppSentinelAdmin by
calling its functionality from your own program or invoking it through a browser
via an Active Server Page.
Regardless of how you invoke the DLL, it first be registered on the
development machine or web server on which it resides. To register
AppSentinelAdmin, follow the steps outlined above
replacing xxx.dll with the actual name of the AppSentinel Admin DLL.
- C:\...\AppSentinelAdmin Samples\VB contains a sample program,
written in Visual Basic 6.0 SP5, which illustrates calling all of the DLL's methods
and properties. You can model your own interface after this sample.
- C:\...\AppSentinelAdmin Samples\ASP shows how to invoke the DLL
from an Active Server Page.