I'm using the latest version of .Net 4.6 MVC 5, Visual Stidio 2015 and Azure AppServices/Websites and SDK.
I have verified in the WebDeploy Preview that my _PartialXYZ.cshtml view is slated for update and is indeed deployed.
I have even deleted the file from the Azure deployment via the VisualStudio 2015 server view, restarted the AppServices, and killed the browser cache on several different browsers and machines. Same result: the file _PartialXYZ.cshtml from a few days ago (without my changes) is loaded, even in debug/firebug mode in chrome and firefox.
This is highly unusual to say the least. Who can tell me what I am missing --
some etag settings, or killing IIS on my (non shared) AppService instance?
OK, I can still try to rebuild and redeploy my whole system, but this is getting rediculous. And no, I will not delete and redeploy my Azure AppService instance, since I'd lose all of my tens of Cloud AppSettings in the process...
Any tips?