Daily debugging of Asp.net ProgramThe "failed to access the IIS metadatabase" error message is displayed. Finally, the solution is found after searching. The solution is as follows:
1. Click Start> Run ".
2. In the "run" column, enter
"C: \ WINDOWS \ Microsoft. NET \ framework \ v2.0.50727 \ aspnet_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 followingArticle. Source: Internet.
------------------------------------
After installing vs2008 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 go to C: \ WINDOWS \ Microsoft. NET \ framework \ v2.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: \ windows \ Microsoft. NET \ framework \ v2.0.50727 \ temporary
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.