Today i installed IIS on my Machine, I already installed visual studio 2005,
I tried to deploy my application to the iis server, i was getting the error “Failed to access IIS metabase”,
I searched on MICROSOFT site and got the solution of the problem.
To resolve the problem:
Go to Start=>Run
type “cmd” (of course without double quotes)
type “cd C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin”
type “aspnet_regiis -i”
press ENTER
you’ll see something like:
“Start installing ASP.NET (2.0.50727).
……………..”
wait for a while, and you’ll see
“Finished installing ASP.NET (2.0.50727).”
that’s all,
I deployed my project and it worked fine!!
JAI MAHARASHTRA