I've been trying to access any script in my ASP.NET (Web Forms) application but it doesn't work. I'm able to access the file through the server therefore the destination is fine but the file doesnt seem to be loaded locally.
<script type="text/javascript" src="fullcalendar.js"></script>
I've tried changing the access path and it doesn't change anything. Though, it works just fine if i use the CDN :
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.4.0/fullcalendar.js'></script>
I've had this issue before as I have never been able to access any JQuery or Bootstrap locally hosted scripts. Though, I'm right now facing an issue as I need to modify a line in the .js file and can't do it with the CDN. Any ideas ?
fullcalendar.jsscript saved in your project? What folder?