I enabled OWA light by running this command in EMS:
Set-OWAVirtualDirectory –LogonPageLightSelectionEnabled $true
I also enabled public/private computer selection.
Then I tried to use iisreset /noforce to force the changes, but it didn't work so I used iisreset instead. After that, OWA no longer worked. I get this page after logging in:
Image may be NSFW.
Clik here to view.
I tried restarting the server but it didn't help. Then I disabled the light version and public/private computer selection and restarted again but it still doesn't work. I also tried reseting the OWA virtual directory and then restarting, but no luck.
What I've noticed is that it WILL work on IE11, as this FORCES the light version.
I don't see anything in the event logs related to this, and this is all I see in the IIS logs:
POST /owa/service.svc action=GetOwaUserConfiguration 443 pjdist\nmuleski 10.100.10.53 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/6.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E;+InfoPath.3) 500 0 64 124
If anybody could help me out I'd greatly appreciate it!