WPF web application that run on a web server

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

Is there any way to make WPF web applications that run on a web server? I'm
thinking that the WPF application would run on the web server like an
asp.net web application would. Any ideas? I use VS2008 Team Suite.
 
Andy B said:
Is there any way to make WPF web applications that run on a web server?
I'm thinking that the WPF application would run on the web server like an
asp.net web application would. Any ideas? I use VS2008 Team Suite.


No WPF is a client side technology .

Willy.
 
Hi Will,



I have no idea what I am talking about here since I know almost zero about
WPF but isn’t SilverLight supposed to support WPF? If that was true then I
guess you could use WPF on a server as long as the client computer has
SilverLight installed…… I am totally screwing up here?
 
but isn't SilverLight supposed to support WPF? If that was true then I
guess you could use WPF on a server [snip]

Silverlight is also primarily a client technology, that shares many
design features with WPF (while not actually being quite the same
thing).

Marc
 
Back
Top