English 中文(简体)
IS 删除系统。 Web.Extensions.dll, 这就是为什么?
原标题:IIS deletes System.Web.Extensions.dll, why?

I moved a site to another server, it worked fine for a a while, but then crashed. I figured out that System.Web.Extensions.dll was missing, so I copied it again. After a while it was missing again. Using Process Monitor I figured out that IIS (w3wp.exe) deletes the file soon after I copy it to the bin folder. (CreateFile with "Read Attributes, Delete" access.)

造成这种行为的原因何在?

问题回答

很难在没有版本或错误信息的情况下加以诊断,但我可以提出一些建议。

首先,不建议建立制度。 Web.Extensions in the bin chainer. 如果安装了最新的框架,则将亚克斯议会列入政府行政委员会,所有工作都经过适当配置。 您在双双双双管上倾倒一桶,正在试验版本、依赖和信任问题,这些问题可能导致你的申请速度缓慢、不同或根本不相同。

核查您的网络设施,以确保最新版本或服务包安装在服务器和你的开发机器上。 然后,对哪些版本实际上被你的网络项目和网络参考进行双重检查。 在发展与部署之间(具体地说,在贝塔周期期间)总是存在一种矛盾的说法,但就国际职工会的工序为何在这种情形下删除了档案而言,你 st。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签