InterviewSolution
| 1. |
Where Is The Silverlight Application Present? |
|
Answer» Silverlight application resides on the HOST computer where the ASP.NET is installed. It resides in the ASP.NET webpage, but it can be hosted on other HTML pages too, by USING the extension .xap. Silverlight application is made available to the browser when a user makes a HTTP request to ASP.NET page. Silverlight application resides on the host computer where the ASP.NET is installed. It resides in the ASP.NET webpage, but it can be hosted on other HTML pages too, by using the extension .xap. Silverlight application is made available to the browser when a user makes a HTTP request to ASP.NET page. |
|