Automatic Login (administrator only)
ASM Core can be started automatically without the need to type a username or password. The command line for the application needs to be amended to enable this. ASM Core can be auto-run with the command line:
http://<server>/<virtual directory>/Core.aspx?LOGIN&USER_ID=<user>&PASS_WORD=<password>&DATABASE=<database>
If you are using the administrator account (Admin log in) and you want to use Integrated Security, you must either change your network login to Admin to access the application through that account; or append noauth=true to the URL.
Example: http://<server>/virtual directory>/Core.aspx?noauth=true
Last updated
Was this helpful?