ok so im trying to add asp.net feature on windows 7 i tried to turn it on using turn windows features on or off but it fails every time
so i download web platform installer and try it that way and it fails also
next i uninstall .net framework 4 restart again! and reinstall it and try again the previous steps but it fails the same
i need this installed so i can view it on iis7
anyone know what i can do with this to get it working ive searched and searched and everything fails
i get this error on the web platform installer Failed with 0x80070643 – Fatal Error during installation
please help i cant do my work with out it working :(
also tried to register asp.net with iis. So install iis using the features and then execute the command "aspnet_regiis.exe -i" with the Visual Studio Command Prompt.
but got this error
aspnet_regiis.exe -i is not recognised as and internal or external sommand operable program or batch file???
Here is a thread with similar symptoms over on the IIS.net forums. Basically, the 2 things to try are:
I get this error when I do not supply the full correct path to the utility as described here.
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -I
%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i
User contributions licensed under CC BY-SA 3.0