帮帮看下这个为什么找不到文件?小弟用的Access数据库,第一次发布网站到Ftp上面出现这个问题。感激不尽!!
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件。 (d:\wwwroot\net\web.config line 44)
Source Error:
|
这是因为你的服务器不支持微软自带的Ajax功能所致。
具体可以看这里
http://www.cnblogs.com/downmoon/archive/2009/06/03/1495176.html
如果是你们自己公司的服务器,
下载这个并安装
http://www.asp.net/ajax/downloads/archive/
如果是上传到租用的虚拟主机
你可以试试把机器上这两个文件上传到bin下
E:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.dll
E:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.Design.dll
回答新问题:
你应该将web站点生成web项目:
下载Web Deployment Projects,生成一个固定名称的dl
http://www.cnblogs.com/downmoon/archive/2007/12/29/1020014.html
安装一下 MS ASP.NET AJAX
不用安装吧,直接把Ajax相关的几个Dll放在Bin目录中即可.