I'm looking for a minimal set of steps to deploy a first ASP.NET 5 (MVC) solution to Server 2008 R2 with IIS 7.5. The server already has .NET Framework 4.6.1. Reading docs.asp.net and various StackOverflow posts, it seems multiple utilities and packages may be necessary. Since I may need to explain each piece to my CM, IT, and security staff I want to avoid what's not absolutely necessary or have a good explanation for whatever is a must. (Deploying assemblies into my site's bin folder or configuration in IIS shouldn't be an issue).
- If I install using command line is the only way to install .NET Execution Environment (DNX) with .NET Version Manager (DNVM)?
- When I run DNVM it seems to install the run-time into my user folder. Does it mean I have to install it with the same account my app pool is run?
- Does anybody know of any plans to push DNX as part of a future Windows update?
- Are there any additional configurations for IIS or general prerequisites?
I'd appreciate any pointers or personal experience.