Contents with the Update Tag Node
-
How to use the same version of Orchard Core NuGet packages in every project across my solution? - Orchard Nuggets
Update, Orchard Nuggets, Theme, ModuleYou have your own ASP.NET Core project that using Orchard Core NuGet packages, but every time when you update them you have to do it one-by-one across the whole solution? Wouldn't it be easier to just update the package versions in one place? Then you may need to have a Directory.Build.targets file to define the versions!
-
Troubleshooting IIS AppPool crashes (status 503) after Windows 10 Anniversary Update
IIS, Troubleshooting, Windows 10, UpdateInstalling the recently released Anniversary Update (version 1607) of Windows 10 seems to destabilize IIS by shutting down Application Pools, thus resulting in a 503 error when trying to run an application, which is caused by some DLLs failing to load when the worker process starts. Fortunately, the lovely folks of the interwebz are coming to the rescue!