Install IIS windows 7

Posted by rad on Server Fault See other posts from Server Fault or by rad
Published on 2012-04-10T16:48:19Z Indexed on 2012/04/10 17:31 UTC
Read the original article Hit count: 645

Filed under:
|
|
|
|

I have tried many way to install IIS in my Windows 7 Professionnel environment. And I have always an error.

I tried with Web Plateform Api - "Fatal Error during installation"

With Windows Features in configuration pannel - "An error has occurred. Not all of the features were successfully"

With command line (http://forums.iis.net/t/1152513.aspx) - "Fatal Error during installation"

in log file I have IIS.log :

[04/10/2012 16:13:25] "C:\Windows\SysWOW64\inetsrv\aspnetca.exe" /install /basic 2.0.50727.0
[04/10/2012 16:13:25] < !!FAIL!! > > RegOpenKeyEx(HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_2.0.50727\Names) result=0x80070002
[04/10/2012 16:13:25] < !!FAIL!! > SetAccessToPerfCountersKeys() result=0x80070002
[04/10/2012 16:13:25] < !!FAIL!! > Installation failure, result=0x80070002

If I uninstall/reinstall IIS, I have some error but my site run correctly, and after windows restart, the install is rollbacked and I lose my installation.

Any help ?

© Server Fault or respective owner

Related posts about .NET

Related posts about Windows