cshtml (Razor using C#) website working on Windows 2012 is not working properly on Windows 2019

  • Thread starter Thread starter Eric1234567890
  • Start date Start date
E

Eric1234567890

Guest
I deployed our paystubs application written in cshtml (Razor using C#) working fine on Windows 2012 to a new Windows 2019 server.

It uses Windows Authentication to get who's viewing the website and pull up their paystub.

If the cache is flushed, the website works fine and you can navigate from:

https://paystubstest/Account/Login?ReturnUrl=/ to here:

https://paystubstest/Default.cshtml

By clicking the link on the https://paystubstest/Account/Login?ReturnUrl=%2f page.

Once you are successful, close the browser, and return to the website, the user is stuck at https://paystubstest/Account/Login?ReturnUrl=/ and clicking on the link no longer works until the cache is flushed.

Tried most all of the settings in IIS for the website and haven't figured out what can make it work.

To complicate things more on the client side:

Chrome doesn't have the problem but it's not our standard browser

IE works fine if you flush the cache but after you close and try again, has the problem

Edge has the problem even if you flush the cache

If this is the wrong forum, I'm open to suggestions are where else to post. Thank you in advance for your help.

Continue reading...
 
Back
Top