project.assets.json’ not found. Run a NuGet package restore to generate this file. August 25, 2021ChandradevLeave a comment I was getting this exception while building my blazor application. project.assets.json’ not found. Run a NuGet package restore to generate this file. I fixed this issue by clearing NuGet Caches. I hope this will help to other developer. Advertisement
http error 500.0 – ancm in-process handler load failure August 11, 2021August 11, 2021ChandradevLeave a comment Hi All Today I was running Identity Server 4 asp.net core application on my system. I was getting below exception. http error 500.0 – ancm in-process handler load failure I fixed the issue like given below >> Change the hosting model to out of process