asp.net - MVC 3 Deploy Automation -


I am looking for the most straightforward methods to automate the deployment of an MVC 3 application. There is already a wealth of information about stack overflow, but most of them seem outdated, and I'm not sure what is still relevant to MVC 3.

What I'm trying to achieve here:

  • Publish MVC applications
  • Zip files
  • Remote location Copy zip to

    Is this the one ?? ?? Publishâ ???? One part of this is the biggest problem I have here: Here are the main points of my confusion:

    • How can the automatic build for a MVC 3 app be started? Do we need to use the AspNetComiler MSBuild function? I have seen an example of this use in conjunction with CSC Task. Is both really necessary?
    • â €? Create deployment package is ???? What options can be started with MSBuild in Visual Studio? Should it be used instead?
    • Web Deployment Projects: Why are these photos fit?

      Thanks for any help

      No, the applications can be better in deployment, but what do I do here.

      • I use to precompile my ASP.NET MVC 3 application
      • I get the result of this project for feed setup and deployment project < Li> I have written a custom assembly that has been implemented as an established step in this setup and the depletion project and which creates an app pool and virtual directory based on the target IIS version.
      • I send MSI to the responsible team for the deployment of the application. Those who do a msiexec / u myapp.msi and then msiexec / i myapp.msi schedule a task.

        Note: In my case all builds are automated in a continuous integration fashion with a team foundation server build, but if you do not have a build server, you can run the Setup and Deployment Project Manually create it, which is MSI.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -