Error in LocalHost, IE cant show the web page - asp.net

I have one problem, when I go to my IE and I write localhost the IE show this message "Internet Explorer can't show the web page". one week ago I requested localhost and this message did not appeared. only show the IIS 7 image (work good).
I reinstall the IIS and nothing.

Open your IIS manager and make sure that the Default Web Site under the Sites folder, and DefaultAppPool under Application Pools are started.

Related

How to shutdown website in IIS 7

How can I shutdown a website in IIS 7?
I have stopped the website, but when I type the address in the address bar the website shows up. Under IIS if I browse the website it says "Webpage not found". I noticed that if I put https instead of http then the site shows up even though it shows as stopped website under IIS. How do I resolve this? Please advise.
Try to stop application pool instead

visual studio 2005 web page is not displayed after run

Page is not shown in the browser
I am using VS2005. I am working on Web Project. But my problem is whenever I am running my page ..the URL .I am getting is this http: //localhost:23644/UI/LoginUI.aspx
but the page I am getting is "Internet Explorer cannot display the webpage" For other web application its giving the same browser message ..though the URL is changing to the specific URL.
Can anyone help me in this issue? Thanks in advance
Can you please check if the localhost server (IIS) is started? For Visual Studio though,the IDE starts the server by itself, but you can always cross-check if the server is started via services.msc. Check also if the port 23644 is free.

IIS 7 Welcome Page not showing

O/S: Windows 7 ,Home Premium
I have just installed IIS manager Express from Web platform installer and Turned on the IIS7 feature from the Program Feature in control panel.
Q) I was playing with IIS Manager (inetmgr) I was able to view the Welcome page on typing localhost but after adding some sites and deleting them I'm unable to see any site hosted on IIS and even can't see Welcome page of IIS
Note: I was assuming IIS switched off ,but its running
Services.msc from start menu > run
Progress:
After trying Update2 from "Andrei Drynov" here is the sanpshot
Is there page iistart.html in C:\inetpub\wwwroot?
Is the default web site there and running?
UPDATE:
You can you can uninstall and then install again IIS components like Default document, if you really want that welcome page:
UPDATE 2:
I was able to reproduce your issue by creating another web site with site1.com as a host name in Site Binding and removing the default web site. Remove the host name there and you will be able to open the welcome page again:
Is the default IIS website running? that means in the IIS can be on, but the website can still be stopped...try restarting the website...and then try --- right click on website>Manage Website>Browse...

Precompiled .NET app receiving "Internet Explorer cannot display the webpage"

We have a web server that is running many web applications. When I took over this server, I noticed that the sites were not precompiled, so in an effort to clean it up, I precompiled the site using the Publish option in VS2008 (and allow the precompiled site to be updatable).
When I deployed the site to the web server, the site stopped working - In IE, I get "Internet Explorer cannot display the webpage" - in firefox I get "Unable to connect. Firefox can't establish a connection to the server at >>sub.domain.com<<". Here are a few things I've noticed:
I am able to manually browse to the one static .html file that is part of the site
If I replace the precompiled files on the server with uncompiled code, the site works fine
If I switch the application pool to use .NET 4.0, I get errors with duplicate system.web.extensions module, which I would expect to see with an application built for .NET 3.5.
When I initially browse to the site after a fresh IISRESET, the app redirects to /Login.aspx, which the web.config defines as the forms auth login page. It then redirects to /default.aspx and displays the error in question.
CustomErrors is OFF, debugging is ENABLED, and yet I don't get a helpful .NET error page, and I see no System or Application-level events in the Windows event log.
Any hints as to why this might be happening? I was able to successfully precompile another site on the same server with ZERO problems.
I found the problem myself. The login page was redirecting to HTTPS if the host header wasn't localhost. I noticed that in the uncompiled site, someone manually went into the .VB file for the login page and added the specific domain for the beta site into this check, preventing the redirect to HTTPS. I copied the code into my local, recompiled, and deployed, and now the site works as expected.

FTP Error 530 User cannot login

I am trying to FTP to a new FTP site I setup with IIS 7.0 for the Windows Server Web (64-bit) edition. But I get the above error when I try to login to this site. But I can login to my other FTP sites.
Also, when I select this website from IIS Manager, the FTP section does not display in the middle section although it does display in Action panel. And I cannot successfully login to this FTP site either.
I have checked and I have Log on locally selected. I do not have allow only anonymous connections. I have Access this computer from the network selected.
I restarted my IIS and FTP services also.
The one different thing I noticed about this website in IIS different from the other site that has FTP working is that this one there are 3 virtual directories beneath the site. And that when I click on any one of these 3, then the FTP strip does appear in the center pane. Make sense?
How can I debug cause of this error? Any SW tools I can use?
I figured out this problem. Problem was I had two instances of IIS: 6 and 7. I was modifying the wrong instance.

Resources