Hello.
A customer of mine has setup in which he has two web servers, one public and one private, on each he has a DotNetNuke installed, and they both share the same DataBase.
He wants to allow users to login only from the private server, on the public he doesn't want to allow login.
I've tried editing the authorization node on the production web.config to deny access to Login.aspx, but it didn't work.
Anyone has an idea of how could I block users from access the Login.aspx without editing the page/module?
Thanks in advance.