Failed to access IIS metabase

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating a web app using VS 2005. When I run the app I receive the error,

"Failed to access IIS metabase"

How do I correct this problem?

Thanks for you help.
 
Dave,

Did you change the credentials to allow you to access the IIS metabase?
By default, ASP applications run under the ASPNET user, which is a local
user account, and does not have access to the IIS metabase.

Hope this helps.
 
I ran

aspnet_regiis –ga aspnet

I said it change the metabase, however I still have the same problem. How do
I fix it?

Nicholas Paldino said:
Dave,

Did you change the credentials to allow you to access the IIS metabase?
By default, ASP applications run under the ASPNET user, which is a local
user account, and does not have access to the IIS metabase.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dave said:
I'm creating a web app using VS 2005. When I run the app I receive the
error,

"Failed to access IIS metabase"

How do I correct this problem?

Thanks for you help.
 
After doing that you need to open up iss go to the web site in question,
select properties, then the "Operators" tab. Then add the aspnet user. That
fixed my problem.

Dave said:
I ran

aspnet_regiis –ga aspnet

I said it change the metabase, however I still have the same problem. How do
I fix it?

Nicholas Paldino said:
Dave,

Did you change the credentials to allow you to access the IIS metabase?
By default, ASP applications run under the ASPNET user, which is a local
user account, and does not have access to the IIS metabase.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dave said:
I'm creating a web app using VS 2005. When I run the app I receive the
error,

"Failed to access IIS metabase"

How do I correct this problem?

Thanks for you help.
 
Hi,

I am also facing same problem

Have you got any solution for that ?

With Best Regards,

Naimish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top