.net 4 和 Sharepoint Server 2007 在同一服务器上
我的情况是,我开发了一个基于 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您应用最新的服务包+累积更新,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.