Hello Jan Kenneth Regala,
Backend and frontend of Sitefinity are two different parts and each of them can use Different Membership provider for access. Also each part can be restricted based on roles. The easiest way to restrict the backend from a public view is
creating IP blocking/filtering from IIS server (
15seconds.com). You can easily create an IHttpHandler and apply custom filtering by path and IP as shown below:
Also you can
change the path of Sitefinity folders so that it will not be accessible from domain/Sitefinity/Login.aspx. I hope this helps.
All the best,
Ivan Dimitrov
the Telerik team