+1
Pending Review

Default web page

David G 5 years ago updated by Mike Bannerman 5 years ago 1

We use a self-hosted ConnectWise Control server.

Every time we log in to ConnectWise Control, the "Support" web page opens as first page. As we seldom use this page, we want as default setting that the "Access" web page opens after logging in.

Today there is no way within the application to change how the page default.

Can you add an option to select which page opens first?

Hi David, 

You can change the default page in the web.config.  Look for this line: 

<forms cookieless="UseCookies" loginURL="~/Login" defaultUrl="~/Host" timeout="525600"

then sub out 

defaultUrl="~/Host"

for 

defaultUrl="~/Host#Access"