Recently, I debugged the Asp.net program and encountered an error message "failed to access the IIS metabase". Finally, I found a solution to the problem after searching. The solution is as follows:
1. Click Start> Run ".
2. In the "run" column, enter
"C: WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe-I" (without quotation marks), and then click "OK.
3. The displayed cmd window displays "start to install ASP. net xxx" and other content. Wait until the window is closed automatically.
Now, the problem is solved. If the problem persists, refer to the following article. Source: Internet.
------------------------------------
After installing VS2005 and then IIS, some minor problems have occurred.
An error occurred while accessing the IIS metadatabase.
Thinking may be due to a problem in order to solve the problem.
1. Open CMD and enter C: WINDOWSMicrosoft. NETFrameworkv2.0.50727
2. Enter aspnet_regiis.exe-I
Wait a moment and the registration will solve the problem.
The "failed to create Mutex" problem also occurs.
Solution:
1. Disable VS2005 first.
2. Open C: WINDOWSMicrosoft. NETFrameworkv2.0.50727Temporary
ASP. NET Files find the directory of the program you just debugged and delete it.
3. Disable the IIS server and restart it once.
4. Use IE to browse your program and solve the problem.