internet explorer - IE 11 Error: This page can't be displayed. Where as it works fine on Chrome -


i have installed service can accessed http/https protocol locally. address http://127.0.0.1:8081/

  1. when open browser (ie or chrome), both display correctly (no issue)
  2. when click login:
  3. chrome redirects https://127.0.0.1/login/ shows
    security error bypass , after works fine.
  4. ie 11 redirects http://127.0.0.1:8081/login/ displays 'this page can't displayed'.

my work arround:

i reset settings.

i removed/deleted history, cookies etc.

i tried google lot no luck.

what think:

i think issue ie setting or something, because site running in chrome should run. there might not iis issue.

what opinion?

any appreciated. thanks

i figure out problem. think there might number of reason issue. want put way figure out fix problem might someone.

the issue ip address.

  • the pc ip was: 10.0.0.121
  • and sub net was: 255.255.255.0

i changed sub net to: 255.0.0.0 , issue resolved.

thanks

happy coding :)


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -