Hi,
Recently moved my application from an IIS6 server to an IIS 8.5 (2012 R2).
I originally configured the application pool in classic mode and was able to get it running without issue.
However, when I try to change the application pool to integrated mode, my login control fails.
It seems to be posting to the server but not returning an authentication cookie?
It doesnt even show the failureText in the login control configuration... just... nothing.
What am i missing?
THanks.