social networking - Admin section for website - security? -


To design a user content website and question for admin section, from security point of view, where should it be placed?

  • Allow the same domain and administrator to enter the site like other users from the signin form using Admin Email
  • Only a different subdomain for admin login
  • Or any other suggestions?

The goal prevents anyone from learning about the administrator section and as much as possible to keep it closed.

Thanks

Actually I work on a system that has separate subdomains, And there is a complete ASP.NET project that is dedicated to the admin section of the parent domain.

It has many advantages for us, some of them are:

  • A completely different authentication mechanism for one site and the other.
  • We can deploy the website without closing the admin site and sub-message.

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -