ASP.NET Web Form page redirects back to login after successful authentication on the IIS server
We have an ASP.NET web forms application that uses forms authentication that authenticates and logs in properly while used locally in the Visual Studio. However, when trying to deploy the site into a Windows 2016 with IIS server, you can…