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 be used?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.