Translate

Monday 24 October 2011

“Microsoft SharePoint Foundation Web Application” status "Starting

Issue >“Microsoft SharePoint Foundation Web Application” status not changing
After doing iis reset and services restart, still “Microsoft SharePoint Foundation Web Application” status is displaying as “Starting”

SolutionRun the following command in powershell, with admin right

1. Get-SPServiceInstance –Server WebFrontEnd1
This command will display all the services and correspoinding GUID
2. Stop-SPServiceInstance -Identity 2f409eff-ccd2-488d-ba14-db2899a44505

Identity we will get from the step one.
After doing the above two steps refresh central admin, the status of the Microsoft SharePoint Foundation Web Application should change to stopped