In sample example in SDK and at different places on internet Clientglobalcontext.js.aspx
file is mentioned, if I do not include it in my html web resource, it throws exception, but if I include file like,
<script src="ClientGlobalContext.js.aspx" type="text/javascript"></script>
Then only rest endpoint API is working. Now, I am not able to locate this file anywhere. What is exact use of this file? How to locate it?