I'd suggest modifying the ADMIN alias in IIS and call it something different to avoid confusion. The admin URL would look something like baseurl.com/admin/admin
. I'd do something like baseurl.com/cms
and give that a shot. Also make sure you don't have some route already setup for /admin
or /cms
in your MVC app.