IIS welcome page not working from the local Machine
up vote
1
down vote
favorite
i have an IIS web server installed on windows server 2012 R2, the problem is that when i try to open the http://localhost
page from the windows server 2012 it fails and displays (explorer cannot display this page), while when i try to access the welcome page from a remote machine it works fine.
Any ideas about the cause for this issue?
Thanks
iis windows-server-2012-r2
add a comment |
up vote
1
down vote
favorite
i have an IIS web server installed on windows server 2012 R2, the problem is that when i try to open the http://localhost
page from the windows server 2012 it fails and displays (explorer cannot display this page), while when i try to access the welcome page from a remote machine it works fine.
Any ideas about the cause for this issue?
Thanks
iis windows-server-2012-r2
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
i have an IIS web server installed on windows server 2012 R2, the problem is that when i try to open the http://localhost
page from the windows server 2012 it fails and displays (explorer cannot display this page), while when i try to access the welcome page from a remote machine it works fine.
Any ideas about the cause for this issue?
Thanks
iis windows-server-2012-r2
i have an IIS web server installed on windows server 2012 R2, the problem is that when i try to open the http://localhost
page from the windows server 2012 it fails and displays (explorer cannot display this page), while when i try to access the welcome page from a remote machine it works fine.
Any ideas about the cause for this issue?
Thanks
iis windows-server-2012-r2
iis windows-server-2012-r2
asked Jan 4 '17 at 11:27
Alaa eddean
613
613
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Make sure the bindings for the website are correct.
https://www.iis.net/configreference/system.applicationhost/sites/site/bindings/binding
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
add a comment |
up vote
0
down vote
Update,
The problem was fixed, it was an issue with the internet explorer security settings itself, had to remove localhost and 127.0.0.1 from the local intranet zone to the trusted sites zone (Internet Options > security) and the problem was fixed.
Many thanks all for your much appreciated replies.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Make sure the bindings for the website are correct.
https://www.iis.net/configreference/system.applicationhost/sites/site/bindings/binding
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
add a comment |
up vote
0
down vote
Make sure the bindings for the website are correct.
https://www.iis.net/configreference/system.applicationhost/sites/site/bindings/binding
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
add a comment |
up vote
0
down vote
up vote
0
down vote
Make sure the bindings for the website are correct.
https://www.iis.net/configreference/system.applicationhost/sites/site/bindings/binding
Make sure the bindings for the website are correct.
https://www.iis.net/configreference/system.applicationhost/sites/site/bindings/binding
answered Jan 4 '17 at 11:37
Webbanditten
1012
1012
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
add a comment |
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
Thanks for your reply, The binding settings are as default for the default web page that comes with IIS, also as i mentioned above the issue is on server side only, from client side i can see the welcome page.
– Alaa eddean
Jan 4 '17 at 12:23
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
What happens if you ping localhost on the server?
– Webbanditten
Jan 4 '17 at 12:27
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
It replies with the IPv6, but i also tried to use 127.0.0.1 and the same issue happens.
– Alaa eddean
Jan 4 '17 at 13:02
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
Interesting, maybe something in this answer will work? serverfault.com/questions/787320/…
– Webbanditten
Jan 4 '17 at 13:07
add a comment |
up vote
0
down vote
Update,
The problem was fixed, it was an issue with the internet explorer security settings itself, had to remove localhost and 127.0.0.1 from the local intranet zone to the trusted sites zone (Internet Options > security) and the problem was fixed.
Many thanks all for your much appreciated replies.
add a comment |
up vote
0
down vote
Update,
The problem was fixed, it was an issue with the internet explorer security settings itself, had to remove localhost and 127.0.0.1 from the local intranet zone to the trusted sites zone (Internet Options > security) and the problem was fixed.
Many thanks all for your much appreciated replies.
add a comment |
up vote
0
down vote
up vote
0
down vote
Update,
The problem was fixed, it was an issue with the internet explorer security settings itself, had to remove localhost and 127.0.0.1 from the local intranet zone to the trusted sites zone (Internet Options > security) and the problem was fixed.
Many thanks all for your much appreciated replies.
Update,
The problem was fixed, it was an issue with the internet explorer security settings itself, had to remove localhost and 127.0.0.1 from the local intranet zone to the trusted sites zone (Internet Options > security) and the problem was fixed.
Many thanks all for your much appreciated replies.
answered Jan 4 '17 at 13:32
Alaa eddean
613
613
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1163263%2fiis-welcome-page-not-working-from-the-local-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown