Link to home
Start Free TrialLog in
Avatar of DARSHAN DIORA
DARSHAN DIORAFlag for India

asked on

Intranet web site from windows10

HI,
having local lan website running on Win2008 server, unable to access the same from the windows 10 client desktops. How can resolve this as till now, was able to access the same from all the WinXP desktops which has been discarded now and replaced with windows 10. 
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

http:// ip address of web server
http://  computername of web server
Avatar of DARSHAN DIORA

ASKER

checked with both but still not working
is the web server even running and accessible by the server? http://localhost/
If you have acces to the website with Ipadres from windows 10 PC.
Then you can make a DNS record in the file hosts:
C:\Windows\System32\drivers\etc

Something like this:

  192.168.1.150      myweb.mail.com
Try to telnet your website port 80
Telnet x.x.x.x 80
telnet is working but unable to access the website
Web site is running on local host.
Just checked with one of the old WinXP machine, website is up and running. only when i access from the new Windows 10 desktops unable to see the website giving http error 404
have you tried another windows 10 PC, or you're facing the issue on all windows 10 Pc's
Yes the same issue from all the Windows 10 desktops
Try to take a packet capture to check what is happening.

You can do it using wireshark or you can run as administrator
netsh trace start capture=yes IPv4.Address=x.x.x.x
Try to open your website and then stop the capture
netsh trace stop

open pcap file using Wireshark or any other software and check them
22   0.953990   192.168.1.10   192.168.1.4   HTTP   524   GET /Login.aspx HTTP/1.1
23   0.954656   192.168.1.4   192.168.1.10   HTTP   546   HTTP/1.1 404 Not Found  (text/html)
80   4.366112   192.168.1.10   192.168.1.4   TCP   54   50304 → 80 [FIN, ACK] Seq=471 Ack=493 Win=1050624 Len=0
but local host is working and showing the website on 192.168.1.4
192.168.1.10 is the windows 10 desktop
it's clear that IIS is not returning the web page, you should check IIS settings. I suggest to check the log file of IIS "%SystemDrive%\inetpub\logs\LogFiles " if you can find something interesting, since error 404 is general.
What build or version of Windows 10 are those new desktops running v2004?
Just Bought the Asus All in one one month ago with Windows 10 Home.
locally on with Windows 2008 the web site is up and running and also from the WinXP desktop. only from windows 10 desktops unable to access the website.
did you try to install a new updates on both sides (server and windows 10)? It's seems weird since the ports are opened, and you can telnet port 80 from windows 10. First try to check for an update on windows 10
how are you entering the web address?
typing in 192.168.1.10  or the complete address http://192.168.1.10
ASKER CERTIFIED SOLUTION
Avatar of DARSHAN DIORA
DARSHAN DIORA
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial