Resolution of failure to access IIS metadata

  • 2020-05-09 19:37:53
  • OfStack

The solution is as follows:

1. Click "start" - "run" in turn.
2. Enter in the "run" column
"C:\WINDOWS\ Microsoft.NET \Framework\ v2.0.50727 \ aspnet_regiis.exe-i" (without quotation marks), then click the "ok" button.
3. In the cmd window, "start installing ASP.NET XXX" and other contents are displayed, and wait for the window to close automatically.
Ok, here's where the problem 1 is solved. If not, please refer to the following article. Source: Internet.

I installed VS2005 and then IIS, which resulted in a small problem

Failed to access IIS metadata

Thinking may be out of order, solve

1. Open CMD and enter C:\WINDOWS\ Microsoft. NET\Framework\ v2.0.50727
2. Enter aspnet_regiis.exe-i

Just wait a moment, the registration will be successful.
Then there is the "failed to create Mutex" problem

Solutions:

1. Close your VS2005 first.
2. Open C:\WINDOWS\ Microsoft. NET\Framework\v2.0.50727\Temporary
ASP.NET Files find the directory of the name of the program you just debugged and delete it.
3. Shut down IIS server and restart it once.
4, use IE to browse 1 your program, problem solved


Related articles: