Sep
22
22
Failed to access IIS metabase problem
Possible Cause : When you install IIS AFTER .NET 2.0 framework, the rights of the ASPNET user had not been set correctly.
Solution : 1. Repair (Uninstall if repair does not work ) .NET Framework 2.0
2. Simply run the following from command line to reset the IIS registry settings for aspnet user.
3. cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 ( Usually framework directory for .Net Framework 2.0 resides under C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727)
4. then type : aspnet_regiis -i Hope this will solve your issue !!
If it does, please don’t forget to write your comments, I love it !!!!!!!!!!!!
There are no comments.