I have a web server running Windows Server 2012/ IIS8. When opening the webpage locally (Internet Explorer on the server) it works like a charm, saving cookies and all. On the client's pcs it works only in Chrome and mozilla, while on smartphones (safari and chrome) it does not work at all.
I tried:
- checking for latest updates from windows update in the server
- aspnet_regbrowsers.exe -i like described here (http://rikter.com/articles/2013/12/internet-explorer-11-and-asp-net/)
- in one client machine disabled all seccurity settings and accepting all cookies from all sites.
- run the MICROSOFT .NET FRAMEWORK REPAIR TOOL on the server
- updading app_browsers folder with browsers definition from here (App_Browsers definition file for IE 11)
- clearing all saved data in client's pc and stored cookies forms etc. 7.change the project's target framework from 4.0 to 4.6.1
None of the above solved the problem.
I tracked the response with fiddler, and they contain the cookie. But the cookie folder of IE is empty.