Added <security> section to web.config to enable Windows Authentication with NTLM and Negotiate providers under <system.webServer>. This allows the application to authenticate users using their Windows credentials.
Configured ASP.NET Core for IIS with AspNetCoreModuleV2, in-process hosting, and set environment to Development.