Install IIS windows 7
- by rad
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 ?