Reputation: 1640
I want to use ASP.net mvc3.I have VS 2010 installed and my OS is Windows XP SP3. Someone please suggest me what all things i need to install. so to run my application on VS 2010 and do i need to install Visual web developer 2010 express. Is it more useful than VS 2010. Please clarify.
Upvotes: 1
Views: 507
Reputation: 1038710
If you already have VS2010 installed you don't need VS2010 Express. The Express version is a free lightweight version of Visual Studio. So in your case all you need to do is to install the ASP.NET MVC 3 Tools Update (AspNetMVC3ToolsUpdateSetup.exe
).
Upvotes: 1