tags:

views:

22

answers:

1

Hi, Has anyone worked on the xaml browser(xbap) application? how is it different from a typical asp .net web application and in what scenarios we can it can be used?

A: 

XBAPP are not ASP.NET application. XBAPP become part of a web application, but actually downloaded to the client side and runs on the client OS. So it needs .NET 3.5 or higher on the client side. Also, it needs a certain level of trust on the client machine and normally accompanies a trust certificate.

Kangkan
What does it mean by saying "Part of web application"? Does it mean like it can be used in a web application like a kind of user control?
SARAVAN
Here I am saying that it is part of the system/solution. Part implemented as web application and the rest as XBAPP. The XBAPP is downloaded to the client side and run on the client machine, not in the IIS of the web application. It is actually an windows application.
Kangkan