3

I´ve got a WPF app running in a local PC witch I need now to be implemented for web. I read somewhere that a WPF app can be for desktop or for web...is that true? If it is, how can I make sure my actual project runs on web?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Kioko Kiaza
  • 1,378
  • 8
  • 28
  • 57

1 Answers1

4

It's possible to do it. Microsoft itself has written a beautiful article about it and how to deploy it. But you might want to read about the differences between XBAP and Silverlight here or here. Maybe XBAPs aren't the right solution for you.

Community
  • 1
  • 1
jb_
  • 958
  • 5
  • 13
  • 1
    thanks! that´s was helpfull.. but what I need is to convert an actual running WPF application to WPF browser application – Kioko Kiaza Dec 20 '10 at 14:49