.net 4 和 Sharepoint Server 2007 在同一服务器上

发布于 2024-12-05 01:04:17 字数 416 浏览 1 评论 0原文

我的情况是,我开发了一个基于 .NET 4 的 MVC2 Web 应用程序,现在我必须将其部署在运行有独立 SharePoint 2007 的 Windows Server 2003 上。我的快速研究表明 SharePoint 2007 不能与 .NET 4 一起使用< /a>.所以我的问题是:

1) 如果我在服务器上安装 .NET 4,SharePoint 2007 会崩溃吗?据我所知,.NET 版本向后兼容...

2) 是否可以使用我的 Web 应用程序部署 .NET 4 程序集,而无需实际安装框架并注册它。

3)关于解决这种情况还有其他提示和建议吗?

My situation is that I developed a .NET 4 based MVC2 web app, and now I have to deploy it on a Windows Server 2003 that has standalone SharePoint 2007 living on it. My quick research shows that SharePoint 2007 doesn't play with .NET 4. So my questions are:

1) Will SharePoint 2007 break if I install .NET 4 on the server? As far as I know .NET versions were backwards compatible...

2) Is it possible to deploy the .NET 4 assemblies with my web app without actually installing the framework and registering it.

3) Any other tips and advises on resolving this situation?

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

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

发布评论

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

评论(1

晨曦÷微暖 2024-12-12 01:04:17

如果您应用最新的服务包+累积更新,SharePoint 将不会崩溃。
至少现在我的服务器上运行着这样的组合。

如果您尝试在 2009 年“基础结构更新”之前(或者可能在 SP2 之前?)在同一台计算机上安装 .Net4.0,这将是一个问题,因为正如所说的“SharePoint 存储了对 .net4 类的一些引用配置数据库”,无论这意味着什么。

SharePoint wont'break if you apply latest service packs + cumulative updates to it.
At least I have such a combination running on my servers right now.

It would be a problem, if you tried installing .Net4.0 on the same machine prior to "Infrastructure update" of 2009 (or maybe before SP2?), since, as it was said "SharePoint stored some references to .net4 classes in the configuration database", whatever that means.

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