SharePoint Error occurred in deployment step 'Recycle IIS Application Pool': 0x80070005:拒绝访问

错误出现的前提:多个用户在一台机器上做开发,使用非系统管理员账号时会出现,因为一般创建网站集时指定管理员为系统管理员;

Error occurred in deployment step ‘Recycle IIS Application Pool‘: 0x80070005:拒绝访问

使用 Visual Studio 2010 部署时报错,错误截图如下:

原因:当前部署代码的用户不是部署代码网站集的管理员,加上即可;

一般网站集管理员在网站集创建是指定的;

解决这个错误,可以增加权限;

步骤:
        1.打开指定网站集;
        2.网站操作-> 网站权限 -> 网站集管理员   (添加即可)

截图如下:

SharePoint Error occurred in deployment step 'Recycle IIS Application Pool': 0x80070005:拒绝访问

时间: 2024-08-01 22:37:53

SharePoint Error occurred in deployment step 'Recycle IIS Application Pool': 0x80070005:拒绝访问的相关文章

Error occurred in deployment step ‘Retract Solution‘: xxx 无法反序列化,因为它没有公共的默认构造函数

一.环境:SharePoint 2016 + Visual Studio 2015, 二.错误描述: 错误1:帮朋友写个计时器Demo,部署位置GAC,来回部署几次后,vs2015报错: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 Error?occurred?in?deployment?step?'Retract?Solution':?SP_CustomTimerJob.ListTimerJob?无法反序列化,因为它没有公共的默认构造函数. ? 错误2:打开管理中心-监控-复查作业,

How do I create an IIS application and application pool using InnoSetup script

Create an IIS application. Create a new IIS application pool and set it's .NET version to 4. Set the application pool of the new application to the new application pool. procedure CreateIISVirtualDir(); var IIS, WebSite, WebServer, WebRoot, VDir: Var

[DeploymentService:290066]Error occurred while downloading files from admin server for deployment re

上周部署项目到weblogic时候,一直报消息图标 - 错误 [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "1,428,631,595,356". Underlying error is: "null".具体截图如下: 解决方案如下: 1.经过查找发现,项目本身都是采用UTF-8,项目新增的页面有部分

[转].Net Core Web应用发布至IIS后报“An error occurred while starting the application”错误

本文转自:http://www.cnblogs.com/TomGui/p/6438686.html An error occurred while starting the application. .NET Core X64 v4.1.1.0    |   Microsoft.AspNetCore.Hosting version 1.1.0-rtm-22752    |    Microsoft Windows 6.3.9600 报这个错,一脸懵逼,环境都按官方文档配置正确了,怎么办? 1.修

tomcat部属项目时报错:An internal error occurred during Add Deployment.java.lang.NullPointerException

在tomcat上部部署时报错: An internal error occurred during Add Deployment. java.lang.NullPointerException 查了一下说出现这种错误一般是是因为down的项目与本机的JDK版本不一致所致. 查了一下发现导入的类库报错,删除后重新选择jdk就好了 右键项目名→Properties→Java Build Path→Libraries→选中JRE System Library[Sun JDK 1.5.0.22]→Edi

asp IIS部署An error occurred on the server when processing the URL错误提示解决

An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error. 其实这是 IIS7 对 ASP 程序发送的一个脚本错误消息,只要是程序中有错误 就会出现这样的错误提示,所以关键的一步是要将具体

IIs 中运行asp程序出现“An error occurred on the server when processing the URL. Please contact the system administrator.”错误

在个人的win08系统上使用IIs运行 asp程序结果出现了以下错误 An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find out more about this error. 最后在一个网友的博客中找到原因:在IIS里启用了父路径,

使用myeclipse tomcat插件部署web项目时报错 an internal error occurred during add deployment . java.lang.nullpointerexception

问题描述: 使用myeclipse10的tomcat插件部署web项目时,首次部署.实际部署到了tomcat/webapps目录下且tomcat启动成功,但是eclipse报错"An internal error occurred during: "Add Deployment"  : 且eclipse中看不到部署的项目.重新部署按钮也无法点击,如图: myeclipse中看不到部署的项目: myeclipse中可以看到部署的项目如下(作为看不到项目的对比): 再次试图部署项

解决Windows server 2012 R2 系统使用IIS8浏览Asp程序出现"An error occurred on the server when processing the URL"错误

进入IIS并将ASP里的“Send Error To Browser”设置为True后点击Appley保存即可 原因是IIS里的Asp设置禁用上当错误信息发送给浏览器,只要启用即可 如果没有Asp选项则需要在IIS里安装ASP(IIS8) 参考:IIS7中出现An error occurred on the server when processing the URL. 解决方法 来自为知笔记(Wiz)