Windows Azure websites doesn't allow /Admin page
I am trying to deploy a web application to Windows Azure Websites and this
application has a page /Admin.
After deployment I tried to access this page and I get this response: "You
do not have permission to view this directory or page."
I renamed the controller to TheAdmin and I can access the page with
/TheAdmin route. But, renaming won't work for me as this page is a single
page application and further access to pages is like /Admin/#/page-title.
So, this 'Admin' route is linked to many places, so easiest solution is to
allow /Admin access.
Thanks!
No comments:
Post a Comment