Friday Sitecore Best Practice: Avoiding Duplicate Controller Name Collisions
In single-website Sitecore instances Controller Renderings reference controller actions in code using a simple controller name reference and action name on that rendering definition item. In multi-site Sitecore solutions such shortcut references may lead to naming collisions. To avoid such issues we need to use full controller type path. Check out this video to find out the proper syntax.