I have an application running perfectly on windows azure since april.
Unfortunetly, about 2 weeks ago it suddenly stopped. It would not run again until we upgraded the Azure Guest OS to the newest Version(1.7).
Over the last two weeks we're noticing that session data transferred between pages (eg. http://program-url/cars/edit/3 will be missing the 3, etc...
IN addition, info stored in sessions will randomly dissapear and reappear, with no apparent reason.
Our application is built on Asp.net MVC 1 with Entity Framework 3.5. Our Db stuff is hosted on SQL Azure.
Does anyone know of a reason why this would be happening, or how to fix it?