Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Web services 使用web服务任务执行SSIS包时出错_Web Services_Ssis - Fatal编程技术网

Web services 使用web服务任务执行SSIS包时出错

Web services 使用web服务任务执行SSIS包时出错,web-services,ssis,Web Services,Ssis,描述:出现错误,错误消息如下:“Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException:Web服务在方法执行期间引发错误。错误是:客户端发现响应内容类型为“text/html”;字符集=utf-8',但应为“text/xml”。请求失败,错误消息为:-IIS 7.5详细错误-500.24-内部服务器错误应用程序“默认网站”中的服务器错误Internet信息服务7.5错误摘要HTTP错误500.24-内部服务器错误检

描述:出现错误,错误消息如下:“Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException:Web服务在方法执行期间引发错误。错误是:客户端发现响应内容类型为“text/html”;字符集=utf-8',但应为“text/xml”。请求失败,错误消息为:-IIS 7.5详细错误-500.24-内部服务器错误应用程序“默认网站”中的服务器错误Internet信息服务7.5

错误摘要HTTP错误500.24-内部服务器错误检测到ASP.NET设置不适用于集成管理管道模式。详细错误信息将应用程序池属性更改为:

.NET Framework Version
-- .NET Framework *version*

Pipeline Mode
-- Classic

更改web.config,如下所示:

<system.webServer> 
<validation validateIntegratedModeConfiguration="false" /> 
</system.webServer>


看看下面的问题:我什么都试过了,没有帮我。请帮忙