Contact Us
 
 
 
 
  Browse by category :
 

Bob and the Knowledge Factory / Windows / Internet Information Services (IIS) / MMC error in IIS

MMC error in IIS

Add comment
Views: 9561
Votes: 1
Comments: 1
Posted: 01 May, 2008
by: Sakthivel S.
Updated: 16 Jul, 2008
by: Brijesh B.
If you get the following error while opening IIS,

MMC could not create the Snap-In

Then execute the steps given below to fix this issue.

1. Register the .dll files "mmcndmgr.dll" and "inetmgr.dll"

Commands:


i)  Start | Run | cd  %SystemRoot%\system32

Here, 'SystemRoot' refers 'C:\Windows'.

ii) regsvr32 mmcndmgr.dll

iii) regsvr32 inetmgr.dll



Tips:   'regsrv32' is a command line tool to register the .dll in the registry.

2. Uninstall and Re-install IIS

To uninstall, Start | Control Panel | Add/Remove Windows Components | Check 'Application Server', click 'Details' | Uncheck  'Internet Information Services'  | Click 'OK'

To install, Start | Control Panel | Add/Remove Windows Components | Check 'Application Server', click 'Details' | check 'Internet Information Services' | Click 'OK'

Now you can access IIS without any error. 
Showing: 1-1 of 1  
Comments

17 Jul, 2009   |   Ken
I also had to register this file before I could register InetMgr.dll else I received a Load Library error.
regsvr32.exe smtpadm.dll --> had to register this one
regsvr32.exe smtpsnap.dll --> someone suggested registering this one too but didn't have to register that one to get manager to work



Others in this Category
document Web service extension
document Creating custom CFM error pages
document Obtain email account password from Mail enable
document Enabling .aspx extension
document Configuring a website in Windows IIS
document Backup/Restore IIS Metabase.
document Enabling Server Side Includes ( SSI )
document Automating IIS back up
document How to determine w3wp.exe belongs to which Application pool in IIS6
document Unable to send or receive mail - Using IIS SMTP
document Running Apache and IIS 6 together on the same server
document The resource cannot be found error in IIS
document [Solved] How to delete IIS logs files in Plesk Windows server
document [Solved] How to check asp.net version
document [Solved] Domain throws '503 Service Unavailable' error during its access
document <Solved> SSL on Windows server



RSS
Content is available under Creative Commons Attribution-Share Alike 3.0 License.