The following steps outline the Web Server Web.config settings you can check to ensure StatusView is enabled: Ensure the following setting is set to true to make the StatusView context available from the OnBase Web Client: <ContextInfo> <name><![CDATA[StatusView]]></name> <displayName><![CDATA[StatusView]]></displayName> <displayOrder>5</displayOrder> <icon><![CDATA[NavPanel/StatusView_16x16.png]]></icon> <enabled>True</enabled> </ContextInfo> Ensure the following setting is set to true to enable the My Layouts option: <ControlBar> <name><![CDATA[MyLayouts]]></name> <displayName><![CDATA[MyLayouts]]></displayName> <path><![CDATA[./StatusView/MyLayouts.aspx]]></path> <icon><![CDATA[NavPanel/My_Views_16x16.png]]></icon> <enabled>True</enabled> </ControlBar>