Microsoft Office SharePoint Server 2007 atau MOSS2007 membutuhkan ASP .NET v2.0 di dalam konfigurasi IIS. Ada kalanya kita tidak bisa menginstall MOSS2007 dikarenakan tidak terdapat konfigurasi untuk ASP .NET v2.0 di dalam IIS. Biasanya saat installasi MOSS2007 akan muncul error semacam ini :
Setup is unable to proceed due to the following error(s):
This product requires ASP.NET v2.0 to be set to ‘Allow’ in the list of
Internet Information Services (IIS) Web Server Extensions. If it is not
available in the list, reinstall ASP.Net v2.0. Correct the issue(s) listed above and re-run setup.
Oleh karena itu kita harus meregister .NET 2.0 ke dalam konfigurasi IIS, caranya sangat mudah, pertama - tama buka cmd (command prompt) lalu masuk ke direktori C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 , lalu ketikan perintah :
maka otomatis ASP .NET v2.0 akan teregister di IIS, anda bisa melihatnya di IIS Manager. Jangan lupa untuk meng- Allow konfigurasi ASP .NET v2.0 ini, kemudian jalankan kembali instalasi dari MOSS2007. Selamat mencoba !