|
Ask yourself, what's the difference between swf (Flash) and aspx and you pretty much have your answer.
A xap file is a zipped file that contains all the assemblies for the Silverlight app you created and is downloaded by the client and used by the client browser. An aspx file is interpreted by the server and then sent as HTML to the client.
If this doesn't make sense then you'll need to do more research on your own.
|