Databases Manager Switching Databases
In my C# MVC project I have an issue where the database manager switches to the wrong database. This happens if more than one session is running and the two sessions are using different databases. The crazy thing is it’s not every time. Specifically I’m using the Kendo scheduler and after booking about 4 appointments, it’ll book one of them in a completely different database than the one I am in. Anyone have ANY clue as to what might be happening?