Umbraco Certified Master | Umbraco MVP (2x) | UmbHost Master Mind
@AaronSadlerUK discusses how to globally increase the CommandTimeout in Umbraco 17.3 to handle long-running database operations. By creating a composer and a decorator for the IUmbracoDatabaseFactory, he centralizes the timeout setting to avoid per-query overrides, ensuring efficient handling of heavy queries without altering Umbraco's core functionality.
Aaron Sadler explores a common issue with Web Deploy resetting file permissions during deployment and provides a solution to prevent this from happening. It includes a configuration change and an alternative command-line approach to maintain custom permissions across deployments.
Aaron Sadler's blog explores resolving compatibility issues when opening .NET Framework 4.5 projects in Visual Studio 2022. He highlights using the Microsoft.NETFramework.ReferenceAssemblies.net45 package as a key part of the solution to enable smooth integration.