views:

15

answers:

0

Basic structure: http://hospero.de/structure.jpg

I have a really strange issue with my facebook iframe application.

I am developing a facebook card game. Two players can play a card game against each other on facebook.

The basic structure is:

The silverlight control is hosted inside an ASP.NET Website which is hosted in localhost for testing purposes. I test the application with two different browser (that i can log in with two different facebook accounts)

One of the browsers is started from Visual Studio by clicking the Debug button.

When calling the facebook app the silverlight control is loaded inside the iframe of facebook.

The problem is that the silverlight control loaded by the Debugger works fine. The one loaded by the other browser is working too except for calling WCF services from the hosting page. (RIA Services work fine)

How would you test and debug such a facebook application? How could i solve the issue with WCF Service calls?

I really hope somebody could help me

Thank you very much in advance!