When the visifire control generates a Silverlight chart, the page is blank when the browser is released. How can this problem be solved?
When the web page is published to IIS, It is blank. The first reason is that the Silverlight plug-in is not installed, but this will prompt you to download it during browsing. The second reason is that the mime of the iis6.0 site lacks the xap and XAML configurations. In Silverlight, you need to use the xap and XAML file types. If you want to use Silverlight on the IIS serverProgramTherefore, you must register the MIME file types of XAML and xap in IIS. Open IIS> site Properties> HTTP header> MIME type> New:
Extension:. xap
Mime Type: xapapplication/X-Silverlight
Extension:. XAML
Mime Type: Application/XAML XML
IIS server and server configuration
Xap and XAML file types are required in Silverlight. If you want to use the Silverlight program on the IIS server, you must register the MIME file types of XAML and xap in IIS. Open IIS> site Properties> HTTP header> MIME type> New:
Extension:. xap
Mime Type: xapapplication/X-Silverlight
Extension:. XAML
Mime Type: Application/XAML XML