Finally managed to push out my code into our pre-staging env. after about a week of fighting with MVC version upgrades/downgrades. I go to test out the code and am met with 6 404 errors complaining about scripts it can’t grab from the cdn. Just… why. Of course this code hasn’t been touched in 3 years, so that may be part of it.
Edit: Well that wasn’t it. Seems in my mucking around in .net MVC installations, I somehow did not install the JQuery files? Dunno, but it’s all issues related to JQuery. Slowly going crazy.
Edit 2: SUCCESS IS MINE! Apparently I had somehow drug the scripts folder into my models folder and Visual Studio did me the kind courtesy of never removing the old scripts folder out of my builds, so it was still working on my local machine. My project is now accessible by anyone!