Silverlight Line of Business Application - ASP.Net MVC
My first question is what is the difference between a regular Silverlight application in Visual Studio VS. Silverlight business application ?!
My second question is, when I start a new Silverlight application, Visual Studio asks if I want to use an ASP.Net website to host a project or an ASP.Net MVC project. HOWEVER, when I create a new Silverlight BUSINESS application, Visual Studio doesn't let me specify what type of ASP.Net website I want to connect to my application, and just creates a regular ASP.Net project by default. Since I want to use ASP.Net MVC, is there a way to change this to use an MVC project by default? Or specify somewhere which one I want to use !?
Sincerely.
source to share
Silverlight Business Application is a new templating project available through the .NET RIA Services framework.
I think there is no out-of-the-box support for ASP.NET MVC as .NET RIA services only exist as a preview (which was released in July). This thread answers your questions and it seems that they are working on ASP.NET MVC support.
PS. I suggest you re-tag your question with [ria-services].
source to share