Visit it !

Wednesday, June 11, 2008

Failed to access IIS metabase.

Failed to access IIS metabase.

This Problems occurs When you have both Microsoft Dot Net 2003 And 2005 in Your Pc .

In This Case You have to Install IIS After insalling .NET framework .

Do this Following Steps To resolve "Failed to access IIS metabase " issue


Step 1. repair .net
Step 2.Run This Command From Run Command Window ( Start >> Run ):-
"c:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i "


Finally Check ASP.NET version is associated with the virtual directory .

For That Do Following :-

- Right Click virtual directory name
- Select Properties
- Then ASP.NET tab
- Select ASP.Net Version

Hope So , This Will Help U ..

4 comments:

Valnuke said...

thanks, great help :)

Linx said...

Thanks for the help~ My problem is solved! ^^

Yosi Havia said...

10X, man
helped 4 me

ihsan saidi said...

my solving

1. unistall framework

c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -u

2. give grand access

c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -ga

3. reinstall

c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i

4. make sure you property of web service and web in inetmgr is set to asp.net version 2

Done!!!