Redirect the Log On Page
- Last UpdatedJun 10, 2024
- 1 minute read
When you log on to the Enterprise Console, by default, the page is redirected to the Workitemlist page.
If you want to redirect the page to another aspx page, then add the following tag needs to the Web.Config file of the Enterprise Console site:
<appSettings>
<add key="redirectPageAfterLogin" value="WorkflowList.aspx"/>
</appSettings>
Where,
value specifies the aspx page to which you want to be redirected after log on. The aspx page must be placed in the following SkeltaBPMUITemplates path: BPMUITemplates\Default\Repository\Site
Value can also be the url of a website.
Since WorkflowList.aspx page is specified as value, after log on, the page is redirected to the WorkflowList.aspx page.
You can get the Web.Config file in the following location of the AVEVA Work Tasks install path:
[AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\Web\EnterpriseConsole\Web.Config