webresource.axd

Compress and Minify WebResource.axd and ScriptResource.axd in ASP.NET 4 WebForms

倾然丶 夕夏残阳落幕 提交于 2019-12-19 21:54:24
问题 I have been trying for a week now to reduce the number of requests on our web application but I can't seem to combine the .axd files. I got a suggestion from somewhere which worked locally (development box) but doesn't work on our test and production environment as they are both on HTTPS . The developer didn't comment on that and the component he wrote was last updated in 2011. (I will find the link and update this post). I tried using the CompositeScript in ScriptManager and again it doesn't

“Padding is Invalid and cannot be removed” exception on WebResource.axd

大城市里の小女人 提交于 2019-12-17 15:36:13
问题 I have an ASP.NET 2.0 application that is working fine in our local environment. When published to a test server, we're getting intermittent errors on the server. Here's the most common: Padding is invalid and cannot be removed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Security.Cryptography.CryptographicException

WebResource.axd and ScriptResource.axd weird behaviour

南楼画角 提交于 2019-12-12 11:17:05
问题 I am building a website, to be used primarily in my internal network. I am facing a very frustrating problem with AJAX .NET. To explain the problem, first let me detail out my environment. I am developing in Visual Studio .NET 2010, targeting .NET framework 4.0. My staging server is a win7 utlimate machine having the complete configuration of IIS 7 installed. I am using MySql Server 5.1 as my database server The staging server has the required MySQL connectors installed I am using the

WebResource.axd and HTTP Headers

丶灬走出姿态 提交于 2019-12-12 09:05:42
问题 Our site just moved from .NET 1.1 to .NET 3.5, and in the process updated our 3rd party server controls. One of these packages uses javascript provided via WebResource.axd. These are included as normal <script src="" / > tags. Watching the traffic, however, I see that these javascript files are coming across with headers that prevent client-side caching. And we're talking a lot of javascript. The headers in question: Cache-control: no-cache, no-store pragma: no-cache Expires: -1 Are these

WebResource.axd not working with Internet Explorer 11

北战南征 提交于 2019-12-12 07:16:43
问题 We're testing our websites for the new Windows 8.1 IE 11 browsers classic and metro. There is a Javascript file embedded in WebResource.axd . The WebResource is generated and loaded fine with Firefox,Google Chrome and IE 11 with the site added in Compatibility View. The only issue is IE 11 both classic and metro where the WebResource is not loaded. I am not seeking a precise answer but what confuses me is , I can't see the WebResource <script> tag in the generated HTML. Neither can I see any

Remove all .axd files from a webpage in ASP.NET 4.0

给你一囗甜甜゛ 提交于 2019-12-12 02:08:57
问题 I have added Ajax ToolKit in my website, but due to heavy load on the page we want to remove the Ajax Tool Kit. To remove I deleted the file from the bin folder, Removed the control tab from Tools. Now when I run the website, I see certain Webresource.axd? and Scriptresource.axd? script files in the project. One file is too heavy around 55 KBs which affects the load time of the page. Note: I am using Script Manager and update panel on the page, but all reference to Ajax ToolKit is removed. my

WebResource.axd & ScriptResource.axd loading takes more than 1 minute

亡梦爱人 提交于 2019-12-10 20:17:17
问题 I have a problem. Sometimes WebResource and ScriptResource takes a lot of time to load, over 1 minute. we have more than one nodes in a cluster. Note that if you have a browser session is open before this problem, .axd files loads pretty fast. but new sessions loads those files sometimes 1 minute, sometimes 30 seconds. Restarting nodes didn't help. do you have any idea ? 回答1: I have an open source project called RequestReduce which can combine and minify js and css on the fly including

HTTP Handler cannot find axd file in nested web application folder: Telerik RadScriptManager cannot find WebResource.axd in ~/admin/ folder

老子叫甜甜 提交于 2019-12-10 10:15:37
问题 We have a web application with 2 web.config files. I'm using the telerik:RadScriptManager control within an ASP.NET page. There is web resource file (WebResource.axd) that this control needs access to for it's ScriptReferences. I think this .axd file contains the JavaScript files for Telerik's controls. All of our Rad Controls are implemented in a separate web application (.csproj) project called "admin". The root web application project (.csproj) has a folder called "admin" where all of the

Webresource.axd Syntax Error in Asp.net 2.0

こ雲淡風輕ζ 提交于 2019-12-08 12:46:30
问题 I am getting a strange problem in my asp.net application after deployment when i browse my web application with IE it doesn't display properly and ends with an error description like below: Syntax Error WebResource.axd I think it is important to notify here that this application works perfectly when run from VS built-in web server. Any idea how to resolve this problem. 回答1: I encountered similar problem when publishing to a server with different time zone. Try setting your computer time as

How do I force ASP.NET Ajax to use a script from the FS and not WebResource.axd, or to reduce its HTTP requests?

点点圈 提交于 2019-12-08 06:31:17
问题 Here is a hum-dinger of a problem that I have not found an answer for. I am using the ASP.NET ajax control toolkit controls on a few pages, which by nature want to load script resources via WebResource.axd. This is all well and good for some applications, but each call to WebResource.axd requires an HTTP request. Most pages will pull at least 3 or 4 resources from the WebResource.axd, so this many HTTP requests are issued for each page. Since having too many HTTP requests will negatively