You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When migrating an app from .NET full framework to ASP.NET Core (still hosted in IIS with hosting bundle), HostingEnvironment is no longer available. I was wondering what could be the equivalent/replacement for
properties like IsHosted and SiteName?