We have more than 3 developers working on a single solution file. Because of this, we cannot add them all in the site collection administrator menu.
When I deploy with administrator credentials in Visual Studio, I am able to successfully deploy to the particular SharePoint Application. When I login with any of these users, I am not able to. It gives me the below error:
Error occurred in deployment step 'Recycle IIS Application Pool':
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied
We have given administrative rights for these users' login to the Active Directory.
What can we do to resolve this issue?
I tried all the possible solutions with Active Directory, IIS Authentication and finally was able to fix the issue just by doing the below. Hope this will help you in similar kind of issue.
It worked for me!