Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
Problem:I am getting following error while running the project in Visual Studio 2005 by hitting F5
"Unable to strat debugging on the web server. The COM+ registry database detected a system error."
what can be the cause?
Answer
After searching some internet,I added the ASPNET user to Local Administrator group and restarted IIS and it started working.
However somewhere it is written that even after removing from Administrator group it kept on working, but not in my case. I removed from the group and restarted IIS and it stopped working again.