I have an ASP.NET web application (framework 2.0) running under IIS7. When I run the application on the server using IE8, the localhost application works as intended. When I run the application in Visual Studio 2008 (framework 2.0), it works as intended. But when I try to run the application from another computer, it does not display correctly. The same versions of IE8.
What can cause ASP.NET to display correctly on the server, but not work correctly on another computer if the versions of Internet Explorer are the same?
Can anyone help?
Ewizard
source share