Hi,
You can use the recommendation mentioned in the forum.
However, there is also a special
web.config parameter which can be used to disable the administration interface:
<add key="CMSDisableAdministrationInterface" value="true"/>If you use this property in
appSettings of your
web.config file, the 'Access denied' screen will be displayed on each attempt to access
CMS Desk or Site Manager.
Best regards,
Michal Legen