I have a .NET web application developed with C # MVC4. It is hosted on an IIS running on Windows Server 2012, and running, as long as it is accessed from the server as follows:
But when I access from outside the server
I can not get all of the HTML content loaded, it does not really load anything, just the following error message:
{Layout = null; } Error. Error processing the request.
It should be noted that I have already reviewed the routes and configurations of the system, install it in the corresponding folder, but still I can not see the interface from the outside.
Can you help find the problem? Thank you very much.