Reputation: 22323
I got a following error when i try to open my app through IIS Version: 5.1.
I unable to solve problem.What is MMC
how to restart it.Thanks.
Note: OS is XP and i give full permission for aspnetuser
.
Upvotes: 1
Views: 93
Reputation: 6305
MMC
stands for Microsoft Management Console
. Describing it simply, It is a common Graphical User Interface to have different set of configurations. For example you Right Click on My Computer Icon, and click on Manage, you can see different configurations there. It is Management Instance of MMC.
This link will help you a Lot
And it would be better to start Windows, However, just closing the configuration console (IIS) and re-opening it will mean Restarting the MMC console for IIS.
Upvotes: 1