About 22 results
Open links in new tab
  1. Change the requested url of WebResource.axd - Stack Overflow

    Change the requested url of WebResource.axd Asked 14 years, 9 months ago Modified 8 years, 3 months ago Viewed 8k times

  2. URL Rewriting Middleware in ASP.NET Core | Microsoft Learn

    Aug 28, 2025 · This article introduces URL rewriting with instructions on how to use URL Rewriting Middleware in ASP.NET Core apps. URL rewriting is the act of modifying request URLs based on …

  3. How are .axd generated and what are their parameters

    May 30, 2018 · The .axd files are generated by the ASP.NET runtime, based on the resources that Sitefinity adds to the page (for example through a <sf:ResourceFile> call). The ASP.NET runtime will …

  4. Solved: HTTP Redirect - IIS 7.5 - Webresource.axd | Experts ...

    Aug 18, 2011 · Now we are finding that the HTTP Redirect to the /Public folder on IIS 7.5 causes the WebResource.axd files to not be referenced correctly...apparently the redirect affects the path to …

  5. ASP.Net: Problems loading WebResource.axd - Server Fault

    Nov 27, 2023 · This script is referenced by <script src="/WebResource.axd?d=6w3y_2UcMA_vpqiwTFf-BMlx60cPDSWd8TxJmm4FXKldlfqb6 …

  6. ASP.NET - All AXD files return 404 status after redirecting ...

    Jun 19, 2018 · I found a couple of links in ASP.NET forums and our Support Center dedicated to such cases: webresource.axd with reverse proxy causes 404 Subdomain URL Rewrite and …

  7. c# - Changing the WebResource.axd URL - Stack Overflow

    Your only option is to find a workaround. For example, you can create a filter (HttpFilter) that would replace "WebResource.axd" with appropriate address. Another thing I can think of - if you control the …