Help - Enabling ASP.NET for IIS7 on Vista does not work
Actually I am unable to install any Windows features through the Turn Windows On or Off dialog box. I am trying to get ASP.NET to work in IIS7 on Vista Ultimate.
I also tried running aspnet_iisreg -i but got an unspecified error.
I checked several places and none of the solutions worked. They were mainly related to duplicate mime types in applicationhosts.config (which don't exist).
Does anyone know how to fix this problem?
Ryan
0
ryanrdl
source
to share
1 answer
Try running SFC /scannow
from the command line and then reviewing the log in %windir%\logs\cbs\cbs.log
to make sure it fixed the .net structure (which is considered a system component in Vista).
-Oisin
+1
x0n
source
to share