Configured IIS and Include silverlight mimetypes.Please help me to resolve. Image for Reference
Create a website in IIS Open run (windows key + R) and type inetmgr and press ENTER or Open the IIS in Administrative tools.IIS Manager opens.
Silverlight applications are downloaded by browsers through XAP files. These XAP files are essentially .zip files that contain the assembly manifest file, and one or more assemblies. Therefore, make sure the .xap, .xaml, and .xbap extensions are included in the MIME types for the IIS. For IIS 7, click on the server name in the left panel. In the right panel, choose MIME Types. MIME
In the MIME Types dialog, click the Add button to enter the following MIME types.
.xap application/x-silverlight-app .xaml application/xaml+xml .xbap application/x-ms-xbap
If the above MIME types already exist, there is no need to add them again. 10. Then right click on Sites and click on Add Website. The Add website dialog opens.
• Fill in required details and select folder where compiled code is located. Eg: C:\inetpub\wwwroot\XXX • Select required port , default is 80. • Include Hostname ex: XXX.com Then click ok. A website gets created and it will show under Sites. Now right click on website name then Manage website and then click browse.