English 中文(简体)
文本Resource.axd:5 攻击类型 误差:目标功能
原标题:ScriptResource.axd:5Uncaught TypeError: Object function

我使用更新小组的网页和随机抽取的页面有误:

ScriptResource.axd:5Uncaught TypeError: Object function Function() { [native code] } has no method _registerScript

登记:67 类型 更正 管理人员

只是在生产环境中发生3台服务器负荷平衡。

But on each of this servers as I tried there was a sittuation when error was and no.

What is going on ?

问题回答

Your Javascript function embedded in ScriptResource.axd has no method _registerScript is going on.

You don t specify what .NET or ASP.NET version you are using, so I am not sure if this is due to the changes in ASP AJAX .NET 4 or not, like the related StackOverflow question in the resources links below.

Though from the fact that it is ScriptResource.axd, you probably have something like ScriptManager.RegisterClientScriptResource or ClientScript.RegisterStartupScript, which you don t want in an ASP Update Panel, use ScriptManager.RegisterStartupScript instead.

了解有关代谢的一般情况。 食堂和网络农场包括

  • The patch level and dlls on all hosts are the same. Related StackOverFlow Question
  • The machine key for validation and decryption is the same host. Relevant StackOverFlow Question, specifically jesal s answer.
  • The loading of the ScriptResource.axd based on the caching due to the timestamp parameter. See here and here

相关资源





相关问题
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!

热门标签