Is it possible to run WPF Application on browser?

.net, c#, c#-4.0, wpf

Solution

You need to create a WPF Browser Application

This is a separate project type - the WPF Browser Application as you have correctly identified.

You deploy the application to a web server so that it can be downloaded and run.

This only works in the desktop version of Internet Explorer.

Problem

I am new to WPF. I wanted to know that is it possible to run a wpf application on a browser or do i have to create a different WPF Browser application ?

Original source

Related problems