How to Configure Web Server to Host Silverlight Applications
Last Updated on Friday, 29 June 2012 05:01 Written by Andrew Ivanov Saturday, 30 June 2012 12:00
Not only IIS web server can host Silverlight applications. Apache can host up Silverlight content too. Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:
| Extension | MIME Type |
| .xaml | application/xaml+xml |
| .xap | application/x-silverlight-app |
Getting Started with Pay Per Click Advertising
Last Updated on Wednesday, 30 May 2012 03:08 Written by Christine Chung Monday, 7 May 2012 03:44
Pay Per Click Advertising (PPC) is an efficient method of driving relevant traffic to your website. It allows your company to advertise to a vast audience and only pay when those who are truly interested in your product click on the link to enter your website. PPC ads can appear above, to the right of, or below the organic search results.
Before you begin, it’s of utmost importance that marketers identify their business goals. Is the sale/purchase the most important aspect of the site or is it persuading a lead? After you identify your goals and establish a game plan of action, go ahead and get started!
Today’s post focuses on Google Adwords and getting started in three easy steps.
Step 1) Create an account
Learn MoreHow to Add MIME Types in WebSitePanel
Last Updated on Sunday, 6 February 2011 11:10 Written by Naveed Ashraf Thursday, 3 February 2011 05:10
Applied on : WebSitePanel (Windows) Hosting
The MIME is used in Internet communications to transmit documents of varying formats. It is used by World Wide Web (WWW) Servers to identify the types of files they send to WWW Clients.
Learn More
Recent Comments