where can I find the silverlight 4.0 for the production server ?
For this need to install vs 2010 ?
or only need to install 4.0 from where can I find the 4.0 for the production server ?
is there any license for the same or its free ?
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.
There isn’t really any concept of setting up a “Production” server for Silverlight itself. You would normally just configure the object tag in the html like this:-
This will allow any clients that don’t yet have the RTM Silverlight 4 plugin to download and install from Microsoft.
If you are talking about the server-side components needed to support a silverlight app that you may have built with VS2010 well thats a very very good question.
If you were to create a Silverlight 4 Business application from the standard template in VS2010 you will end up with a web app targeting .NET 4. So that application will require that the server to support ASP.NET with .NET 4 on the server.
I’m sure its quite possible to develop a Silverlight 4 application that uses 3.5 on the server-side. However its likely that developer experience in VS2010 is going to be hard core since I suspect many of the conveniences created to make developing such apps speedy will not work. Of course this only a suspicion, I’ll try to give it a go sometime to see what the realy experience is.