Failed to access IIS metabase.

Posted by Zafar Ullah - zafarjcp@gmail.com | 12:08 AM | , | 0 comments »

Some time you may come across the following error

" Failed to access IIS Matabase"



















Fix:
This problem is because you might install iis or reinstall after installation of Visual Studio or .NET Framework.
Simply open command prompt from > ProgramFiles > VS2005 > Tools > CommandPrompt
and they
aspnet_regiis - i
This command reinstall .NET Framework pathch for IIS and reconfigure it.

0 comments