How to insert custom URL when user signs out from Hosting Controller control panel

Question: How to insert custom URL when user signs out from Hosting Controller control panel?

Answer:
This can be easily done by following these steps:

    1.  Navigate to HC web server installation path i.e. x:\program files\advanced communication\hosting controller\web folder. Open the file named web.config in a notepad.

    2.  Add the following key in web.config file:  
    <add key="SignOutURL" value="http://hostingcontroller.com"/>

This would now redirect HC panel to the desired URL each time a user logs out from it.