which is the Best Template for deploying web app in windows azure

已答复 which is the Best Template for deploying web app in windows azure

  • Friday, April 13, 2012 10:30 AM
     
     

    Hi,

        I want to create a web application and need to deploy it on windows azure

    then which is the best template among the following

    1.asp.net web role

    2.asp.net mvc2 web role (or)

    3.asp.net mvc3  web role


    srujana

All Replies

  • Friday, April 13, 2012 10:48 AM
     
     Answered

    Hi,

    Each of those templates will allow you to create a web application in Windows Azure using different flavors:

    • ASP.NET Web Role: This is the classic ASP.NET
    • ASP.NET MVC2 Web Role: This is ASP.NET MVC using ASP.NET views
    • ASP.NET MVC3 Web Role: This is ASP.NET MVC with support for Razor views

    Now if you have to make a choice, I would go for ASP.NET MVC3 (and soon even ASP.NET MVC4) web roles, because these are the most recent versions of the "web platform" with the most features.

    Sandrino


    Sandrino Di Mattia | Twitter: http://twitter.com/sandrinodm | Azure Blog: http://fabriccontroller.net/blog | Blog: http://sandrinodimattia.net/blog

    • Marked As Answer by chandana30 Friday, April 13, 2012 10:54 AM
    •  
  • Friday, April 13, 2012 10:54 AM
     
     
    Thank you somuch

    srujana