Reputation: 3810
Hi I want to acces, open "inetmgr.exe" on my Windows 7 machine. But none of the searches are working. ( Start Menu --> Search Program and Files NOR Search in My Computer). I somehow want to access inetmgr.exe of IIS(InternetInformation Services).
So can anyone kindly let me know the default location of inetmgr.exe or any DOS command to access it. I even tried typing "inetmgr.exe" in command prompt. But not working. So PLz somehow I need to access inetmgr.exe.
Thanks in advance.
Upvotes: 24
Views: 97425
Reputation: 1
Yes, I installed IIS and still couldn't find InetMgr.exe until I went back to
Turn Windows features on or off
and then checked
- Internet Information Services
- Web Management Tools
- IIS Management Console
Upvotes: 0
Reputation: 20806
I had the same problem on Windows Server 2016 with it not wanting to search. IIS Manager (with our normal websites) was showing in the Start menu but IIS 6 Manager was not (where the SMTP Virtual Server settings are located).
Luckily you can launch it from within Server Manager:
Upvotes: 0
Reputation: 3647
At first check IIS is installed or not.
For XP
For Windows 7 / Windows Server 2012
Upvotes: 12
Reputation: 65523
It should be available in following location:
C:\Windows\System32\inetsrv\InetMgr.exe
But when you goto start menu and type inetmgr.exe it should be visible in the list. If not then something wrong with your installation or that file has been deleted.
Upvotes: 27
Reputation: 107
I had the same issue. Go into Control Panel -> Programs-> Turn Windows features on or off.
Click on features for Internet Information Services. Specifically, Web Management Tools and Wold Wide Web Services.
For Web Management Tools ->IIS 6 Management Compatibility ->IIS Metabase and IIS 6 configuration compatibility. (or any other features you think you may need)
Upvotes: 4