基于Web地址的SharePoint沙箱解决方案失败
本文关键字:解决方案 失败 SharePoint Web 地址 基于 | 更新日期: 2023-09-27 18:16:30
我有一个SharePoint 2010沙箱解决方案在我的开发机器上运行得很好,如果我将页面查看为:http://dev/page.aspx它工作得很好。
但是,如果我将页面查看为http://dev.corp.company.com/page.aspx,我会得到以下错误:
Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: File Not Found.
即使在查看空白的web部件后没有代码也会抛出错误。
[assembly: AllowPartiallyTrustedCallers()]
。
看起来我需要配置备用访问映射:
http://technet.microsoft.com/en-us/library/cc288609 (office.12) . aspx
未配置备用访问映射。用户或服务正在访问网址为http://dev的网站http://dev.corp.company.com。这可能会导致错误的链接存储或返回给用户。如果这是预期的,则添加URLhttp://dev.corp.company.com作为AAM响应URL。更多的信息,参见:http://go.microsoft.com/fwlink/?LinkId=114854"
也:
位于http://skynet.redmond.corp.microsoft.com/的Web应用程序可以没有找到。验证您输入的URL是否正确。如果URL应该是服务于现有的内容,系统管理员可能需要添加到预期应用程序的新请求URL映射。在Microsoft.SharePoint.SPSite . .请求Uri,布尔值contextSite, SPUserToken, userToken)Microsoft.SharePoint.SPSite . .url (String requestUrlMicrosoft.SharePoint.SPSite_SubsetProxy.SPSite__Factory(字符串requestUrl)