When you try to start the ASP.NET public service, the following error appears:
Windows failed to start the ASP.NET public service service on the local computer.
Error 2: the system cannot find the specified file.
Everything I found on google told me to go to the %windir%\Microsoft.NET\Framework\v1.1.4322
on the command line, and then enter the following command: aspnet_regiis.exe -ir
which I did and did not solve the problem. The path to the executable file in my case is 2.0: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_state.exe
.
So, I tried the same command in the v2 folder, and I got the error:
"An attempt was made to download a program with the wrong format."
thanks to advace for any help
Diego source share