Discussion Accessing Silverlight via Proxy Server

  • Wednesday, January 16, 2008 11:46 AM
     
     

     Hi,

    I deployed a silverlight 2.0 app to our webserver.

    When i try to open it via IE (that has proxy settings defined) I get an AG_E_UNKNOWN_ERROR  .

    When i access it via 3G works perfectly.

     Can anyone throw some light on the problem.

    Much appreciated.
     

All Replies

  • Saturday, January 19, 2008 6:27 PM
     
     

    Likely that the Proxy server won't server unknown types (e.g. XAML, DLL) files through the proxy.  This will either require a renaming of hte resources to trick the proxy server or configuring the proxy to allow these types through.