Posts

Showing posts from December, 2014

ARR, Caching and Ajaxtoolkit files

A fun little episode today. We're moving a website that uses Ajaxtoolkit to an ARR based web farm. One of the pages would show OK the first time and then subsequent calls would show the code from common.js. We had no idea what common.js was. We could see files in ARR's cache and the page worked fine when not going via ARR, but had no idea what was going on. Changing ARR's cache to "do not cache" for query strings made it go away, but that didn't really satisfy me as to why it was happening. Changing to "Include query string" was the eye opener. This put three entries in the cache for the file scriptresource.axd each with a unique query string. Any subsequent calls to the page worked perfectly. Further reading revealed these files are generated at runtime so when the default of "ignore query string" was turned on, a single file was generated and cached when the page actually required the different versions to work. I won't prete

Sage Accounts 2010

Minor little thing here where the internet is littered with info, but it's just one small change that fixes the problem. Older versions of Sage Accounts can keep their data on an SMB share to allow multi user. As soon as you move to a more modern version of Windows though, it runs painfully slow with more than user logged in . Simple fix: disable SMB 2 on the end users' PCs. Not ideal, but it'll get you through until you upgrade to a newer version of Sage

Popular posts from this blog

Avoid Microsoft Intune if you use G-Suite and Android

DFS "Waiting for Initial Replication"

Setting Wallpaper for a Remote Desktop Session