Home > Article > Operation and Maintenance > What should I do if linux was unable to start?
#What should I do if linux was unable to start?
When I divided the disk, I checked the contents of the C drive and accidentally cleared inetpub. When I started IIS today, an exception was reported saying that Windows Process Activation Service was required. The service must be running to start.
So I used the cmd command services.msc to go to the service area and started it, only to find this error. Then post the netizen’s solution
1. Create a new temp folder in the c drive inetpub, and create a new apppools folder under temp
2. Go to C:\ Under the Windows\Microsoft.NET\Framework folder
3. Find aspnet_regiis.exe and run the command aspnet_regiis.exe to reinstall the iis service, and go to the service again to open the Windows Process Activation Service
Then use the command
Start IIS:
net start iisadmin (IIS的整个服务) net start w3svc (WWW网页WEB服务)
Restart all iis services and you're done! ! !
Recommended: "Linux Tutorial"
The above is the detailed content of What should I do if linux was unable to start?. For more information, please follow other related articles on the PHP Chinese website!