ScriptResource.axd Access is denied. Cross-Domain iFrame

Posted by EtienneT on Stack Overflow See other posts from Stack Overflow or by EtienneT
Published on 2009-12-15T14:45:46Z Indexed on 2010/03/19 12:41 UTC
Read the original article Hit count: 1535

Filed under:
|
|
|

We have a web page containing an iframe containing a page sharing an authentification cookie with it's parent page. For example the iframe page is on the domain foo.domain.com and the page containing the iframe is on foo2.domain.com. Both share a cookie from domain.com. Authentification works great, but the problem is with ASP.NET in IE7, we always get a javascript error:

Access is denied.

ScriptResource.axd

We are using ASP.NET 3.5, we use Ajax Control Toolkit also (latest version 3.0.30930.0). The problem doesn't occur for IE8. No problem in Firefox and Chrome also.

Anyone encountered this problem before?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iframe