In the following text, we will use ASP as an example. But the method described here works for ASP,ASP.NET or in general as a method for controlling iMacros from a very restricted user account.
When using ASP (etc.) iMacros will run on the server, not on the client PC.
Problem:
The problem of running iMacros from an ASP page is that by default all programs started by an ASP page have only the rights of the ASP user, which is a very restricted account. An ASP account is significantly more restricted than even the "Guest" user of a machine. However, iMacros needs at least the rights of a "Guest" account or "Limited account" in order to work correctly.
Solution:
Use the iimRunner method and start the "iimRunner.exe" module inside the account, that you want to use iMacros with.
Page URL http://www.iopus.com/imacros/help/scripting_iimrunner_2.htm