I have an asp.net ajax web site that is giving me the error message "sys is undefined"
My asp.net ajax is displayed within an iframe. Within the iframe I was getting the error message "Access Denied".
I then found this page and this page . So I downloaded the latest version of the MicrosoftAjaxLibrary and stuck the files within a folder called Scripts and changed my ScriptManager to this
<asp:ScriptManager ID="ScriptManager1" runat="server" ScriptPath="~/scripts" />
That is when I started getting the SYS error message. Funny thing is before I changed the ScriptManager the site worked outside an iFrame. Now I get this message whether the page is within or outwith an iFrame.
I've looked through this thread (http://forums.asp.net/p/1040236/1446560.aspx), not every post to be honest, but I couldn't find an answer.
Any suggestions are welcome, thanks.
View Complete Post