MOSS 2007 中的 WSP 部署问题

发布于 2024-11-27 12:48:05 字数 295 浏览 2 评论 0原文

我们有一个WSP 包,用于将应用程序部署到MOSS 2007 中。将解决方案部署到MOSS 2007 后,其他站点都无法正常工作。只是他们给出了“'/'应用程序中的服务器错误”错误。如果我撤回解决方案,它们就可以正常工作。

我不知道,可能有什么问题。任何人都可以帮我找出问题所在。

我的 WSP 只是将一个 DLL 移至 bin 文件夹,并将一个 JavaScript 文件移至 Layouts 文件夹。

请帮我找出问题所在。

We have a WSP package for deploying an application into MOSS 2007. After deploying the solution in to the MOSS 2007, none of the other sites working fine. Simply they are giving the "Server Error in '/' Application" error. If i retract the solution they working fine.

I have no idea, what could be issue. Can anybody please help me to find out the issue.

My WSP is just moving a DLL in to bin folder and one JavaScript file into Layouts folder.

Please help me to find out the issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扬花落满肩 2024-12-04 12:48:05

该问题与安全有关。 DLL 未被授予完全信任。在我们启用对 DLL 的完全信任后,一切都开始正常工作。

The Problem is related to security. The DLL is not granted full trust. After we enable the full trust on the DLL everything started working fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文