Hi,
I have a project I'm developing using .Net Core 3.1 for a Blazor server-side project. As I only started this recently, I thought why not move the code to .Net5. So I've just copied and pasted most of my application over and renamed the namespaces and updated some NuGet packages as required.
However, functionality seems to be working in the dev environment on my pc (via code) but when I publish locally to IIS, that functionality just isn't working!!!
Any ideas anyone?
Am I missing something obvious?
Thanks in advance
Ami