do i need windows azure sdk to use asp net mvc 4 in vs 2010 sp1 ?
-
i have visual studio 2010 with service pack 1 i have douwnloded and i would like to install AspNetMVC4Setup.exe to build a asp net mvc 4 peojects 1. for deploying the project will i need to install AspNetMVC4Setup.exe or any other components to run the asp nevt mvc 4 projects 2. to install this and use it for mvc 4, do i have to install windows azure sdk as well? any idea? thanks alot in advance
-
i have visual studio 2010 with service pack 1 i have douwnloded and i would like to install AspNetMVC4Setup.exe to build a asp net mvc 4 peojects 1. for deploying the project will i need to install AspNetMVC4Setup.exe or any other components to run the asp nevt mvc 4 projects 2. to install this and use it for mvc 4, do i have to install windows azure sdk as well? any idea? thanks alot in advance
NO on both counts.... You WILL need some components when you deploy as with any other software built with .Net and using external libraries. You need Azure SDk only if you are planning to use Azure or deploy on Azure (In fact, to just deploy, you don't NEED Azure tools, but it make it so much easier that it would be ridiculous to not use it.)
Bernard Grosperrin BGSoftFactory