Silverlight Fits

Silverlight executes in the client browser:
•Silverlight applications need to be hosted on a web server
•Silverlight does NOT need to be hosted in IIS, any web server will do
•Silverlight does NOT need ASP.NET on the server
•Silverlight applications cannot access databases without an intermediary (like a web service)
•Silverlight applications cannot access server-side classes or variables without an intermediary (like a web service)

Comments

Popular Posts