Running a Silverlight Application -


I have a Silverlight Application (3.0) that changed the visual studio and I can fix the application. What are the steps for getting applications to run through my question through IIS? For my app, the Visual Studio project folder is called Silverlight Applications and within that folder there is another folder called Silverlight Applications folder and Silverlight Applications. I believe that I copy C: \ Inetpub \ wwwroot from these. Any additional steps?

Thank you very much

The first step is to register the MIME type, if not registered If so already.

The following link contains that information:

The second step is to copy the clientaccesspolicy.xml into wwwroot, if you have any

this file is only required for cross domain calls, which Your case does not look.

You can then deploy the app just like any other ASP.NET app.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -