Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Session state
posted

I have the need to display PDF documents inside a silverlight application.  I implimented a xamWEbHtmlviewer and set the SourceUri to an pdhHandler.ashx.  the handler gets a PDF document stored in the session state from a previous web service call (dont ask why... thats how our web client architechure is and i have to re-use this for now).

when the xamwebhtmlviewer gets its sourceuri set it does not look like it uses the same IIS session when it calls the handler, thus does not find the pdf.  Would you expect the xamwebhtmlviewer to call the web server with the same IIS session that the rest of the silverlight application is using?

i should clerify the IIS session is set up through a web service call that has

AspNetCompatibilityRequirements.Allowed attributed on the WCF service handler...