CodeManiac
CodeManiac

Reputation: 1014

how to publish MVC 3 application to remote server from visual studio 2010

I have Server machine with installation of Windows 2008 R2, IIS 7, MVC 3, ASP.NET 4 Framework. I want to publish ASP.NET MVC 3 Razor application using visual studio 2010 from local computer to remote server. The application has also used Entity Framework. What are required tool in my server to publish mvc 3 application and neccessary steps?

Upvotes: 0

Views: 1327

Answers (1)

Akrem
Akrem

Reputation: 4652

use this URLs to do that

link to configure Server side and this link to download webDeploy

the link to do the publish in Vs 2010

and you have to install MVC tools in the server from this link

Upvotes: 1

Related Questions