Click here to Skip to main content
16,018,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
pls some one tell that how to upload all files on domain of project asp.net mvc4, or i have to set something on server, pls some one tell that what are the steps to show all files of mvc4 project on domain
Posted

1 solution

You need to understand the deployment strategy of your organization. There are multiple ways you can deploy an ASP.Net for e.g. XCopy (yes, still works :)), Web Deploy Package etc.

I would recommend to use Web Deploy.

Here are few links you might be interested in:

http://msdn.microsoft.com/en-us/library/dd394698.aspx[^]

http://www.asp.net/whitepapers/aspnet-web-deployment-content-map[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900