Silverlight / WPF - How to run the silverlight application through Apache server

Asked By vijaya saladi on 26-Oct-12 02:36 AM
Hai,

                     I want to run the Silverlight application through Apache Server instead of IIS.I have added the MIME types also in Apache .I am getting black page.



                    Please can any one help me from  this .
Robbe Morris replied to vijaya saladi on 26-Oct-12 09:55 AM
The .xap file is just like a flash file.  It doesn't matter whether you run it on IIS or Apache.  What matters is whether the user has the Silverlight plug-in installed and whether the web server will deliver the .xap file when requested by the browser.
help
OCR process. Outside of your program, one could program a Perl cgi script behind an Apache based web server to copy the received data streams to files with associated cookies or the cgi invocation overhead is one of the performance bottlenecks of most Web servers, and Apache is probably the most efficient platform around for handling this (I have not followed the which allows for XHR Web 3.0 - Web 2.0 with off-loaded clients, Flex, SilverLight Flash, etc. And why cannot that be learned as well? The reasons for CAPTCHA are pick: - HTTP - Proprietary required a special client. 2) Decide on the PAYLOAD format - XML - SOAP - MIME - Proprietary required a special client. But as a WEB SERVICE? You need to work out the means of communicating introduces delays is up to the Web hosting software; IIS and Apache have different approaches to this problem, and I am an expert in neither (once, five years ago, I configured an Apache server on Windows, but it was a long, painful process and I have thankfully forgotten
What is the purpose of Silverlight? Why it is used? How can I use silverlight in my application? Any simple web example of silverlight with VS 2005 and .Net Framework 2.0 (not the Hellow world Application). ? I want to start with Silverlight and I am very new to Silverlight. What is Silverlight? Microsoft Silverlight is a web browser plugin that provides support for rich internet applications such
What is SilverLight, its concept, why to use it and how to use it What is Silverlight? Silverlight is a new cross-browser, cross-platform implementation of the .NET Framework for building and browsers, including Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, Opera. The plugin required to run Silverlight is very small in size hence gets installed very quickly. It is combination of different platform that allows you to select tools and the programming language you want to use. Silverlight integrates seamlessly with your existing Javascript and ASP.NET AJAX code to complement functionality which you have already created. Silverlight aims to compete with Adobe Flash and the presentation components of Ajax . It also competes with Sun Microsystems' JavaFX, which was launched a few days after Silverlight. Currently there are 2 versions of Silverlight: Silverlight 1.0 : Silverlight 1.0 consists of
hi, plz ans me. . . Regards, Tanmay Custom binding has a limit of 64K keywords: Silverlight, Silverlight WPF, WPF, Custom binding, maximum limit description: finding maximum limit for binding in silverlight hi, plz ans me. . . Regards, Tanmay 28-Oct-12 07:56 PM
how to group the data in datagrid Hi go through the below link http: / / timheuer.com / blog / archive / 2009 / 04 / 08 / grouping-in-silverlight-datagrid.aspx keywords: Silverlight, Silverlight WPF, grouping, WPF, datagrid Silverlight, grouping data, datagrid description: grouping data in datagrid in silverlight how to group the data in datagrid 28-Oct-12 07:35 PM
if one person has gain master in silverlight than wiil this help him in learning wpf Hi Malik, WPF has a more advanced and mature XAML support than Silverlight. Silverlight used to be called (WPF / E) and is a subset of the WPF XAML design well and other items. WPF is hardware accelerated and supports things like GPU shaders which Silverlight 2 does not. Silverlight 2 does have the VisualStateManager inside Blend 2, which I think WPF needs an add on and a tweak to work. I think that is the only case where Silverlight 2 XAML was / is slightly ahead of WPF's. Here is a link on XAML
hai am working in windows application.now i want to use silverlight, is it possible? Hi. . SilverLight is used for web pages. . if you want rich ui in you windows app then you can go for WPF application. hi, Silverlight is primarly for web pages, so you use silverlight only for asp.net. If you want to use something similar to Silverlight in your Windows Forms applications, I would recommend to use WPF . WPF provides an even richer feature set than Silverlight. In addition, you can more easily use WPF within your Windows Forms applications. Hope this
Hi friends , i want to learn silverlight , actually i don't have any idea about silver light, what he is or what we can do using silverlight, but in new interview there r so amny quetion tat , have worked on silverlight, so plz send me some link or referrer some book for silverlight There are many resources on net you can search for this and I would recommend you to begin with noen other than official site for silverlight site http: / / silverlight.net / and http: / / www.microsoft.com / SILVERLIGHT / you can visit this link to basic level
This explain how to access ASP.NET Session in Silverlight To begin with Silverlight cannot access Session of ASP.NET as Silverlight is on client side and ASP.NET is server side and there is no direct communications between both. Now, the question is how to access ASP.NET session state from Silverlight application. Here is an approach how to accomplish this, let us examine the steps to service contract which exposes a session query method using WCF as we consume this from Silverlight as Silverlight cannot directly talk to ASP.NET. [ServiceContract] p ublic interface ISessionService { [OperationContract] s tring SpeakToASPNETSession