scriptresource.axd

ScriptResource error: am I being hacked?

允我心安 提交于 2019-12-04 11:44:28
问题 I keep getting errors like this on one of my sites. It tends to happen randomly throughout the day any for periods in the night when I would not expect users on the site. It is always from different ip addresses System.Web.HttpException: Invalid viewstate. at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) at System.Web.UI.Page.DecryptString(String s) or System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at System.Security

ScriptResource error: am I being hacked?

我的梦境 提交于 2019-12-03 08:16:23
I keep getting errors like this on one of my sites. It tends to happen randomly throughout the day any for periods in the night when I would not expect users on the site. It is always from different ip addresses System.Web.HttpException: Invalid viewstate. at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) at System.Web.UI.Page.DecryptString(String s) or System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]

ASP.NET web application - WebResource.axd and ScriptResource.axd files - Loading time issue

蓝咒 提交于 2019-12-03 05:13:48
问题 . Hi, We are building an ASP.NET application with C#.net as language. Here, when the IIS renders a page & when we analyze the page code with YSlow tool it shows many WebResource.axd and ScriptResource.axd files (as we are referring many script files in the page). Server-side code is executing fast but loading of these .axd files is taking time. So would you please guide me on this, if there is a way to optimize or suppress these axd files? If would be great if you could also provide a

ASP.NET web application - WebResource.axd and ScriptResource.axd files - Loading time issue

假装没事ソ 提交于 2019-12-02 18:31:25
. Hi, We are building an ASP.NET application with C#.net as language. Here, when the IIS renders a page & when we analyze the page code with YSlow tool it shows many WebResource.axd and ScriptResource.axd files (as we are referring many script files in the page). Server-side code is executing fast but loading of these .axd files is taking time. So would you please guide me on this, if there is a way to optimize or suppress these axd files? If would be great if you could also provide a reference document or web references (If needed). Many Thanks, Regards. jrummell WebResource.axd and

WebResource.axd throwing exceptions in web farm

左心房为你撑大大i 提交于 2019-12-01 11:16:47
问题 We have an array of about 12 servers serving a website. Over the past few hours, one single server has started throwing exceptions for WebResource.axd and ScriptResource.axd requests. Exception System.Web.HttpException - This is an invalid script resource request. Stack Trace at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication

scriptresource.axd 404 error in asp net 4 application - webresource works fine though

懵懂的女人 提交于 2019-11-30 11:16:53
Hey everyone, I have a .net 4 application that i just deployed to production. The app loadas fine, except my referenced js files arent loading properly. Using fiddler I found that the ScriptResource.axd calls are returning 404 errors. Heres the kicker, the page is also making a call via WebResource.axd, and that request works just fine. Any ideas what I can check for? Were running IIS7. It is load balanced, but we have machinekeys in the config. I added an httpHandlers section for scriptresource.axd.. but Im still having the same issue.. stumped... Update - we think ou websrver has no idea

Ajax Control Toolkit is loading too many script resources

為{幸葍}努か 提交于 2019-11-30 09:04:37
I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <ajaxToolkit:ToolkitScriptManager ID="toolkitScriptMaster" runat="server"> </ajaxToolkit:ToolkitScriptManager> hello!!!! </div> </form> </body> </html> I was dumbfounded when I saw that ajaxtookit created 152 scriptresources files. I am worried because I know that this can affect the loading time of the page. Is it normal? What can I do?

combining multiple calls to ScriptResource.axd

99封情书 提交于 2019-11-29 18:07:56
I am trying to minimize calls to ScriptResource.axd but i have failed. Below is the result Uaing .Net 4.0, AjaxControlToolkit ver 4.1.60919.0 and ScriptManager is added as <asp:ScriptManager ID="ScriptManager1" runat="server" ScriptMode="Release"> <CompositeScript> <Scripts> <asp:ScriptReference name="MicrosoftAjax.js"/> <asp:ScriptReference name="MicrosoftAjaxWebForms.js"/> <asp:ScriptReference name="Compat.Timer.Timer.js" assembly="AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/> <asp:ScriptReference name="Common.Common.js" assembly=

scriptresource.axd 404 error in asp net 4 application - webresource works fine though

允我心安 提交于 2019-11-29 16:46:36
问题 Hey everyone, I have a .net 4 application that i just deployed to production. The app loadas fine, except my referenced js files arent loading properly. Using fiddler I found that the ScriptResource.axd calls are returning 404 errors. Heres the kicker, the page is also making a call via WebResource.axd, and that request works just fine. Any ideas what I can check for? Were running IIS7. It is load balanced, but we have machinekeys in the config. I added an httpHandlers section for

combining multiple calls to ScriptResource.axd

前提是你 提交于 2019-11-28 12:15:12
问题 I am trying to minimize calls to ScriptResource.axd but i have failed. Below is the result Uaing .Net 4.0, AjaxControlToolkit ver 4.1.60919.0 and ScriptManager is added as <asp:ScriptManager ID="ScriptManager1" runat="server" ScriptMode="Release"> <CompositeScript> <Scripts> <asp:ScriptReference name="MicrosoftAjax.js"/> <asp:ScriptReference name="MicrosoftAjaxWebForms.js"/> <asp:ScriptReference name="Compat.Timer.Timer.js" assembly="AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral,