Bundle cache-busters on a web server farm

Curt

The ASP.NET Bundling and Minification tutorial states:

The query string v has a value token that is a unique identifier used for caching. As long as the bundle doesn't change, the ASP.NET application will request the AllMyScripts bundle using this token. If any file in the bundle changes, the ASP.NET optimization framework will generate a new token, guaranteeing that browser requests for the bundle will get the latest bundle.

How does this work on a web server farm?

If I update a javascript file included in a bundle, will the new query string be the same across my web farm?

Steven V

The v query string is just a hash of the contents of that bundle. If the same set of Javascript files are deployed to all servers in your farm, the hash should be the same, resulting in a the same v value on all servers.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Bundle cache-busters on a web server farm

From Dev

Is there any way to clear cache from server farm?

From Dev

Configure IIS Web Farm to prefer specific server

From Dev

Is it strictly necessary to implement a security token cache in a WIF + Web Farm scenario?

From Dev

OAuth - Authorization server if hosted on web farm how to generate bearer token

From Dev

What Steps Are Required to Add an additional CRM Web Server To An Existing Farm

From Dev

Random() instance in web farm

From Dev

Azure Server Farm Not Found

From Dev

Set the server farm (aka web hosting plan) when running New-AzureWebsite

From Dev

How to Remove a Ghost Server in Web Farm After Migrating a Reporting Services Installation?

From Dev

Monitoring/Alert Rules Requirements for Azure Web Apps, Server Farm vs WebSite

From Dev

Share Sessions in IIS Web Farm

From Dev

SignalR User Presence on Web Farm

From Dev

What is URL of Web Farm in IIS?

From Dev

C- HTTP web server: how to cache

From Dev

SignalR connection affinity in web-farm scenario

From Dev

Session configuration choices to be used in app in web farm

From Dev

How to make web farm work on MVC application?

From Dev

Paypal Express checkout in web farm environment

From Dev

Web Scrape Non Farm Payrolls dates in R

From Dev

System.Web.Optimization bundle retrieving from cache cost a lot of time

From Dev

Is it possible to configure SSRS web server to cache datasets on "session" level?

From Dev

Azure web application (webapi) in Web Farm / Load balancing

From Dev

Environment.MachineName and IP address in a web farm in ASP.Net

From Dev

IIS Web Farm No owin.Environment item was found in the context

From Dev

How would a parallel convoy orchestration behave in an active active server farm

From Dev

why my session id change several times on farm server?

From Dev

How would a parallel convoy orchestration behave in an active active server farm

From Dev

Tags Not Being Deployed to Server Farm with Azure ARM template

Related Related

  1. 1

    Bundle cache-busters on a web server farm

  2. 2

    Is there any way to clear cache from server farm?

  3. 3

    Configure IIS Web Farm to prefer specific server

  4. 4

    Is it strictly necessary to implement a security token cache in a WIF + Web Farm scenario?

  5. 5

    OAuth - Authorization server if hosted on web farm how to generate bearer token

  6. 6

    What Steps Are Required to Add an additional CRM Web Server To An Existing Farm

  7. 7

    Random() instance in web farm

  8. 8

    Azure Server Farm Not Found

  9. 9

    Set the server farm (aka web hosting plan) when running New-AzureWebsite

  10. 10

    How to Remove a Ghost Server in Web Farm After Migrating a Reporting Services Installation?

  11. 11

    Monitoring/Alert Rules Requirements for Azure Web Apps, Server Farm vs WebSite

  12. 12

    Share Sessions in IIS Web Farm

  13. 13

    SignalR User Presence on Web Farm

  14. 14

    What is URL of Web Farm in IIS?

  15. 15

    C- HTTP web server: how to cache

  16. 16

    SignalR connection affinity in web-farm scenario

  17. 17

    Session configuration choices to be used in app in web farm

  18. 18

    How to make web farm work on MVC application?

  19. 19

    Paypal Express checkout in web farm environment

  20. 20

    Web Scrape Non Farm Payrolls dates in R

  21. 21

    System.Web.Optimization bundle retrieving from cache cost a lot of time

  22. 22

    Is it possible to configure SSRS web server to cache datasets on "session" level?

  23. 23

    Azure web application (webapi) in Web Farm / Load balancing

  24. 24

    Environment.MachineName and IP address in a web farm in ASP.Net

  25. 25

    IIS Web Farm No owin.Environment item was found in the context

  26. 26

    How would a parallel convoy orchestration behave in an active active server farm

  27. 27

    why my session id change several times on farm server?

  28. 28

    How would a parallel convoy orchestration behave in an active active server farm

  29. 29

    Tags Not Being Deployed to Server Farm with Azure ARM template

HotTag

Archive