任何方式使用ASP.NET AJAX时,我的服务器不会,也没有ASP.NET AJAX扩展安装? [英] Any way to use ASP.NET AJAX when my server does not and can not have the ASP.NET AJAX extensions Installed?

查看:139
本文介绍了任何方式使用ASP.NET AJAX时,我的服务器不会,也没有ASP.NET AJAX扩展安装?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有安装了.NET 2.0 SP1的服务器,并没有在服务器上安装AJAX扩展能力。

I have a server with .Net 2.0 sp1 installed and have no ability to install the AJAX extensions on the server.

反正我有办法解决这个问题纳入ASP.NET AJAX功能?

Is there anyway I could work around this to incorporate ASP.NET AJAX functionality?

推荐答案

您不需要的AJAX扩展安装到服务器的GAC。

You don't need to install the AJAX extensions into the server's GAC.

您可以从本地应用程序BIN文件夹中引用System.Web.Extensions.dll ....我已经做了五六次。

You can locally reference System.Web.Extensions.dll from your applications BIN folder....I've done it half a dozen times.

复制DLL到项目本地bin。从项目中引用它。请记住,当你部署和你设置部署DLL。

Copy that DLL to your projects local bin. Reference it from your project. Remember to deploy the DLL when you deploy, and you are set.

这篇关于任何方式使用ASP.NET AJAX时,我的服务器不会,也没有ASP.NET AJAX扩展安装?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆