Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installed IIS but get blank page and it doesn't show up in Windows services list

Tags:

iis

I am trying to install IIS on my Windows 8.1 laptop and followed the directions at Microsoft for installing IIS. But when I type localhost, instead of getting the IIS start page, I get a blank page.

When I do Windows + R and type services.msc, the resulting list of services is long but does not include Internet Information Services.

When I look at the Windows filesystem, I do find the inetpub folder with four subfolders, including wwwroot. In the wwwroot folder is the iisstart.htm file that is supposed to display when I type localhost into my browser.

I have read that one possible problem is that both Skype and IIS want to use Port 80 and there is a conflict. So I decided to try to change the default port for IIS, but I found that I don't appear to have the IIS Manager on my system. When I go to Administrative Tools, Internet Information Services Manager is not on the list of administrative tools.

I added both the HTTP Redirection module as well as the IIS Management Service on top of the initial basic installation that Microsoft described. Still no luck getting IIS working or IIS Manager to appear.

I have tried to research this problem of getting IIS to work on Windows 8.1 with no success and am at a loss. Suggestions welcome!

like image 792
user3409700 Avatar asked Mar 12 '14 09:03

user3409700


People also ask

Why IIS server is not working?

Make sure the website has been started in IIS: In the left pane of IIS Manager under "Sites", select the appropriate site. If your site is configured under the "Default Web Site", select that one. In the right pane under "Manage Website", there are "Start" and "Stop" links.

How do I find IIS services?

To open IIS Manager from the Start screenOn the Start screen, click Control Panel. Click System and Security, and then click Administrative Tools. In the Administrative Tools window, double-click Internet Information Services (IIS) Manager.


1 Answers

In Control Panel --> Programs --> Programs And Features --> Turn Windows features on or off -> Internet Information Services -> World Wide Web Services -> Common HTTP Features -> Static Content.

Also make sure .NET Extensibility 3.5 and .NET Extensibility 4.5 are checked.

like image 114
Augis Avatar answered Nov 12 '22 17:11

Augis