Question

I just got Windows Server 2012 Essentials installed and I would like to set up my dev web projects in IIS on the server. But I can't seem to find how to get to it? When I remote to the machine with my admin account all I seem to have access to is the dashboard.

Can anyone tell me what to do?

Was it helpful?

Solution

Essentials comes with IIS preinstalled, so unless you uninstalled it for some reason, its there already.

I'm assuming you want to get to the IIS 8 admin tool.
In order to get there

  • press the start button (on your keyboard)
  • click on the Administrative Tools tile
  • From there scroll down to IIS Manager and double click

OR

Hold down the windows key and press the R key (win+r) then type in inetmgr

OTHER TIPS

Apparently is not that simple on ws2012 as I thought, please try following this guide:

http://www.iis.net/learn/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012

I don't think it's whether he has it installed or not, it's that they changed how you GET to it. IIS manager USED to be accessible from Server Manager, but it is no longer so. In 2008 (and earlier, but I don't have a box readily available) from Server Manager, expand Roles, then Web Server. If you click "web Server" You see a "dashboard", displaying events, Services, Best Practices, Etc. WITHIN that, you can click Internet Information Services (IIS) Manager, and see the sites, and manage and configure the sites on the machine.

In 2012, you can ONLY see that dashboard information, events, service status, best practice, etc. There's no way to navigate into IIS and manage the sites and applications. Up in the top-right corner, the menu "Tools" (Between "Manage" and "View") contains IIS Manager.

I'd LOOOOOVE to see a transcript of the design session where this change was suggested. Mostly just to get the attendance, and then hunt them all down.

Make sure that the IIS Management Console is enabled through via Control Panel -> Programs and Features. From Server Manager, click Add roles and features and follow the prompts.

You can find the inetmgr.exe at the below location:

C:\Windows\System32\inetsrv

Or you can run it from the run window

Win + R -> inetmgr -> Enter

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top