My setup is as follows [Home Network, Dreamspark Software] :
- Local workstation w/ Visual Studio 2015 Preview
- Server VM 1 - Windows 2012 w/ SQL Server
- Server VM 2 - Windows 2012 Web Server / IIS
I am traditionally only experienced with C# application development. I would like to dive into an ASP web application I have in mind and want to use Umbraco as the site's framework.
What I need clarification on are the logistics of the development environment vs. the IIS server.
I think ultimately I'd love to develop inside the Visual Studio IDE but at compile time have everything automagically publish to the IIS server.
I see online that the typical method is to locally install SQL and IIS express with Umbraco, develop locally, and then xcopy out to the IIS server.
Is there any way to avoid that? It seems kludgy and wasteful. I'd rather just use the IDE locally and have everything push out to IIS server.
Thanks in advance!