I am receiving the following error message when I try to preview the FULLVIEW during application development. It really is a simple URL, why do i get this error?
Oops. The app couldn't load for some reason. If you reload the page it might work. If you see this error more than once, please let us know.
Debug Messages:
Internal fetch error [url=http://widgets.mndigital.com/sotd.html][reason=[http_code=405]]
My URL in the Application URL section is:
http://widgets.mndigital.com/sotd.html My small view default content (which is working fine) is:
<a href="http://widgets.mndigital.com/sotd.html" title="MN Song of The Day">Song of The Day</a>
The code at the Application URL on the html page referenced is simply just javascript...as listed below...please help

:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Song of the Day</title>
</head>
<body>
<!--MediaNet Digital Song of the Day Widget -->
<script type="text/javascript" src="/widgets/mndigital.js?widget=sotd"></script>
</body>
</html>