Posts

Showing posts from April, 2010

Resolve: Failed to access IIS metabase

After setting up IIS and ASP .Net, if you get error as below. Failed to access IIS metabase, when trying to browse to .NET 2.0 Website To solve the issue try below command, C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i That might solve your problem. Good Luck !

Most Popular Programming Languages

Most Popular Programming Languages Posted using ShareThis

Reality

Reality is what we take to be true. What we take to be true is what we believe. What we believe is based upon our perceptions. What we perceive depends upon what we look for. What we look for depends upon what we think. What we think depends upon what we perceive. What we perceive determines what we believe. What we believe determines what we take to be true. what we take to be true is our reality.  -- Gary Zukav (American best selling author)

Reinstall GRUB using Ubuntu Live CD

Few days back I installed Ubuntu on Machine which already had Windows installed. Yes your guess is correct thats basically "Dual boot". The issue I had faced was on machine startup it starts Windows only and not been able to access Ubuntu, which was installed correctly. I searched many forums and articles, then I came to know about re-installation of GRUB  GRUB is a GRand Unified Bootloader. For more info, Please Visit:  http://www.gnu.org/software/grub/ . So I thought I should share the info with all.  Below are the steps required to perform. 1. Boot into the Live Ubuntu 9.04 CD 2. Open Terminal  3. Type command:  sudo grub [This will give you grub> prompt/shell] 4. On Grub Prompt Type below commands on by one. find /boot/grub/stage1  [This will give you the location as result. In my case the location was (hd1,2)] root (hd?,?) [? = the values returned to you as result of above command] setup (hd?) quit That is it. When you reboot, you will have th