I have developed cloud application in ASP.NET. After every deployment, the portal either shows white screen or shows older version of the application.
Any suggestions would be highly appreciated.
I have already tried: 1) Updating JS version in each deployment (white screen issue was resolved by this) 2) Recycling Application Pool 3) IIS manager->http response header->set common headers->enable web content 4) Restarting IIS(8.5) after each deployment
However, none of these have worked. The application works fine in incognito mode of Chrome browser but not the regular one.