Wednesday, December 17, 2008

IIS Issue

Problem : I have got an error when running the website in IIS when I intalled IIS after I had installed .NET framework. The error message is something like "... Metabase permission ...".

Solve :
To solve this problem, you can follow the below step :
- Open Command Prompt
- type : cd [.NET framework folder\version]
For my pc it is located at : c:\windows\Microsoft.NET\Framework\v2.0.50.727, so I will type :
cd c:\windows\Microsoft.NET\Framework\v2.0.50.727
- Then in that folder type :
aspnet_regiis.exe -i
- Then it would start to register your .NET into the IIS

Wednesday, April 11, 2007