Rajan
Rajan

Reputation: 196

Cannot find inetmgr in Windows Server 2008 R2 Standard

I have recently installed Windows Server 2008 R2 Standard in Virtual Machine. I checked by doing localhost in browser as well as created a folder and tested with the link. It works fine. Now I wanted to add PHP extension in IIS7 which says I need to open IIS manager which I don't see either in "Administrative tool" of control panel or I can go from command prompt using "inetmgr".

Upvotes: 6

Views: 20807

Answers (5)

Vishal Gupta
Vishal Gupta

Reputation: 1

I had the same problem, http://localhost was working but I couldn't get to IIS Manager. Installed "IIS Management Console" and it works!

Upvotes: 0

emredmrl
emredmrl

Reputation: 93

Make sure that you have setup correct roles for Windows server. Also, please make sure that you have installed ,Management Console for your IIS installation.

Below is a useful tutorial given by Microsoft:

http://technet.microsoft.com/en-us/library/cc771209.aspx

Regards.

Upvotes: 0

Cameron Castillo
Cameron Castillo

Reputation: 2842

Had the same problem and solved: In Server Manager (open from Administrative Tools), expand Roles, click on Web Server. Then scroll down to section 'Role Services' and click Add Role Service. From there you can click the Management Tools section. Only the Console is needed.

Upvotes: 11

Novakov
Novakov

Reputation: 3095

Make sure that you installed Management Tools for IIS. It is server feature called something like "IIS Management Console"

Upvotes: 0

coolprarun
coolprarun

Reputation: 1163

Just Write inetmgr in Run window it will showup.. or u need to add / install using Turn on Windows features in Add and Remove Programs Complete Steps to Install and View IIS is here Link!!

Upvotes: 0

Related Questions