Resolve: Failed to access IIS metabase
After setting up IIS and ASP .Net, if you get error as below.
Failed to access IIS metabase, when trying to browse to .NET 2.0 Website
To solve the issue try below command,
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
That might solve your problem.
Failed to access IIS metabase, when trying to browse to .NET 2.0 Website
To solve the issue try below command,
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
That might solve your problem.
Good Luck !
Comments