How to publish aspnet.mvc site? [closed]
开发者_Python百科
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this questionI have to publish my asp.net mvc site to the customer server. Which files should I publish to avoid to distribute the project source code?
Have you tried a right-click on your project an build a deployment package? VS will pack all files you need. And for the Client server use msdeploy to publish
And next time use the search cause you will find lots of posts about this:
Best way to deploy a VS-2008 web project
How to deploy my asp.net project in IIS?
Is it possible to deploy asp.net mvc project on IIS server without installing of mvc?
精彩评论