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 !!!!!!!!!!!!


by admin on September 22nd, 2009 in ASP.Net

There are no comments.

Name*: Website: E-Mail*:
XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>