简体   繁体   English

Windows Server 2008 64位计算机的ASP.NET AJAX

[英]ASP.NET AJAX for Windows Server 2008 64 bit machine

I have a web solution which uses ASP.NET AJAX Controls and has been running on Windows Server 2008 32 bit machine very well. 我有一个使用ASP.NET AJAX控件的Web解决方案,并且已经很好地在Windows Server 2008 32位计算机上运行。

Now the server admins want to move this web to a new Windows Server 2008 64 bit machine, I was just wondering if ASP.NET AJAX is compatiable to this system, I can't seem to find anything about this issue by googling (Maybe I wasn't asking the right questions :)). 现在服务器管理员希望将该网站移至新的Windows Server 2008 64位计算机上,我只是想知道ASP.NET AJAX是否与该系统兼容,我似乎无法通过谷歌搜索找到有关此问题的任何信息(也许我没有问正确的问题:))。 Do I have to build the .dll's specifically for a 64 bit machine ? 我是否必须专门为64位计算机构建.dll? Is AJAX included for machines with .NET framework 3.0 installed (my solution is in .NET 3.0) ? 安装了.NET Framework 3.0的计算机是否包含AJAX(我的解决方案在.NET 3.0中)?

No, you don't have to build a special version for the 64-bit machine, that's the beauty of managed code as it isn't compiled for a specific platform until it is actually being run by the VM. 不,您不必为64位计算机构建特殊版本,这就是托管代码的魅力所在,因为只有在虚拟机实际运行该代码之后,它才针对特定平台进行编译。

Also, AJAX 3.5 is included in .NET Framework 3.5, so you might want to install that. 此外,.NET Framework 3.5中包含AJAX 3.5,因此您可能需要安装它。

Here's a blog post covering this issue. 这是一篇涉及此问题的博客文章。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET 无法在 64 位 Windows Server 2008 R2 上创建 ActiveX 组件 - ASP.NET Cannot create ActiveX component on 64bit Windows server 2008 R2 在 windows server 2008 64bit 下运行 asp.net 1.1 应用程序 - Running an asp.net 1.1 app under windows server 2008 64bit 无法通过64位计算机上的ASP.NET连接64位计算机上的Oracle服务器 - Unable to connect the Oracle server on 64 bit machine through ASP.NET on 64 bit machine Windows Server 2003 64位上的ASP.NET 4.0 - ASP.NET 4.0 on Windows Server 2003 64-bit asp.net中64位vs 32位机器 - 64 bit vs 32 bit machine in asp.net Windows 2008 64bit上ASP.NET应用程序的最大内存大小限制 - Maximum memory size limit for ASP.NET application on windows 2008 64bit 在Win Server 2008 64位中运行时ASP.NET应用程序错误 - ASP.NET application error when run in Win Server 2008 64-bit ASP.NET无法连接到64位Sql Server 2008 - ASP.NET cannot connect to 64-bit Sql Server 2008 ASP.NET 应用程序在发布到 windows 服务器 2008 机器时使用了错误的文件路径 - ASP.NET application using the wrong file path when publishing to a windows server 2008 machine 尝试使用 Visual Studio 2008 附加到 ASP.NET 进程时,“Windows 64 位平台不支持混合模式调试” - “Mixed mode debugging is not supported on Windows 64-bit platforms” when trying to attach to an ASP.NET process using Visual Studio 2008
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM