|
Q. Browser Based Remote Administration
A.
Copy the entire aspAdmin installation subdirectory from the installation directory
to a script enabled directory under your web root.
Use a browser to go to this directory (via IIS, not via the file system) and
remotely administer via html and asp.
You may wish to rename the directory, so that malicious people will not immediately guess where it is.
Be sure to set up protection for this directory.
Click on the link "Administrator Settings", which will indicate whether
the current directory is protected, and offers a single button to set
up AuthentiX protection for that directory.
There other ways to protect the directory, for
example "By Referrer", which can be used in combination.
Apply the level of protection that you feel is appropriate.
Make sure the Application protection level is set to Low (IIS Process). (IIS5 and above) or NOT "running in its own application space" (IIS4). For IIS6 and above it should run fine as is. You can run it in its own application space.
For IIS6 and above make sure Active Server Pages (ASP) is enabled:
AuthentiX ISP Only:
Copy the entire aspAdminISP installation subdirectory from the installation directory
to a script enabled directory under your customer's web root.
Use a browser to go to this directory (via IIS, not via the file system) and
remotely administer via html and asp.
You may wish to rename the directory, so that malicious people will not immediately guess where it is.
Be sure to set up protection for this directory.
Click on the link "Administrator Settings", which will indicate whether
the current directory is protected, and offers a single button to set
up AuthentiX protection for that directory.
There other ways to protect the directory, for
example "By Referrer", which can be used in combination.
Apply the level of protection that you feel is appropriate.
If you are setting up remote administration for an Administrator by host-header,
go to the incl.asp file in aspAdminISP directory you have just copied and
uncomment the line with
If you are setting up remote administration for an Administrator by directory:
Then go to the incl.asp file in aspAdminISP directory you have just copied and uncomment the line with
If you set this administrator's password, be sure to set the password in the incl.asp line here: auth.SetVirtualDomainPassword("adminPassword") For superUser administration (allowing you to create host-header administrators remotely, copy the entire aspSuperUser installation subdirectory from the installation directory to a script enabled directory under your own web root. Use a browser to go to this directory (via IIS, not via the file system).
Set the password
|
|