在SharePoint 2013上使用Frontpage Server Extension时出现内部服务器错误

时间:2015-03-25 22:51:15

标签: sharepoint-2013 internal-server-error frontpage-extensions

我正在开发一个概念验证,我正在尝试使用Frontpage服务器扩展 - RPC协议使用" / _ vti_bin / _vti_aut / author.dll"上传sharepoint文档库中的文件。我使用以下URL将字节上传到SharePoint文档库。

http://SPServer/Site/_vti_bin/_vti_aut/author.dll?method={0}&service_name=put+document&document=[document_name=<Encoded document path>;meta_info=[]]&put_option=overwrite,migrationsemantics&keep_checked_out=false&comment=

相同的代码适用于一个共享点环境,但不适用于其他共享点环境。 当我尝试为上面给出的url执行webrequest.GetResponse时,我正在收到内部服务器错误(500)。

任何指针都会有很大的吸引力。

此致

的Indra

0 个答案:

没有答案