New question:
After unzipping the Cesium downloadable zip file, there are several folders and some files.
I've got my MVC app (it does quite a few other things) up and running on my Azure site, no problem, and have created a new Controller and a new View folder called CesiumHome which contains Index.vbhtml. (I have a page where the signed-in user can click a button which goes to CesiumHome-->Index).
And now, I've got the Cesium html code in the Index file. But nothing shows up. My question is, exactly what files and folders do I need to "Publish" to my Azure web app to make everything work? I've added the entire contents of the Cesium 116 "Source" folder, and put them into a Scripts-->Cesium folder that I created in my MVC app. What other files must I copy into my app, and where, so that when I "Publish" to my Azure account, they get copied over so that this will work?
The downloaded Cesium Zip contains the following folders:
Apps
Build
Source
Specs
ThirdParty
And then there's the files in the root as well. I know that the contents of the zip are supposed to be installed on the server at the root level, but when working with MVC and Azure, it really doesn't work that way. So my question is what folders/files do I need, and where do they go in the Project's structure?
BTW, Thanks for the replies and the sample code.