I am here because I have a problem installing a web application, here is the situation: 1. We are installing a web application which is supposed to be accessible from both internet and intranet. 2. Now we can only browse it using the ip address of the server in our internal website (intranet). 3. It cannot be browsed if using the URL with /.aspx file, but available with URL/.html. For example, it is not available using http://test.mycompany.com/Default.aspx. However, it is available using http://test.mycompany.com/test.html. In other words, all the .asp file are not accessible, but html is ok.
I don't have much knowledge in this field, just follow the installation guide provided by the supplier. Can someone help me to solve this. Thanks a lot!