locked
How can localhost cause display issues on my web page ? RRS feed

  • Question

  • User1253338400 posted

    Hi ,

    I am using IIS V10 for Windows 10 . The issue I have is that when I use localhost in my URL there are display issues on my web page 

    so this will give issues. If there are any html controls and they have a value they seem to come back as NaN0.0

    http://localhost/test/default.aspx

    But if I use the following 

    http://fullwebservername/test/default.aspx 

    there seems to be no issue.

    Is there a mapping that I have not doen correctly ?

    Thanks

    Friday, September 23, 2016 4:44 AM

Answers

  • User753101303 posted

    Hi,

    If IE maybe a rendering compatiblity mode ? (use F12 to check which rendering mode is used). Or do you have the same issue with other browsers as well?

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, September 23, 2016 10:45 AM

All replies

  • User-1315512054 posted

    Hello,

    You should check the display issues by "Inspect element" or "View Source" in IE. In this way you could check the CSS/img paths.

    Regards

    Friday, September 23, 2016 6:21 AM
  • User1253338400 posted

    Hi ,

    It seems that if I use localhost in the URL there is an issue but if I use the full computer name , there is no problem.

    thanks

    Friday, September 23, 2016 6:30 AM
  • User753101303 posted

    Hi,

    If IE maybe a rendering compatiblity mode ? (use F12 to check which rendering mode is used). Or do you have the same issue with other browsers as well?

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, September 23, 2016 10:45 AM
  • User1253338400 posted

    thanks that helped

    Tuesday, September 27, 2016 6:11 AM