Development is where you do your, well, development. Staging is where you basincally test your depoyment to make sure all goes well in the deployment process. Hosting is bascically your production/final environment. Typically you would setup three seperate
machines, but which are setup identically (as identical as possible anyway). You ought to also have a Testing environment as well.
dotnet_CH
Member
40 Points
277 Posts
Setting environments for the development
Mar 07, 2012 05:21 AM|LINK
Hi,
Please share some information regarding development, staging and hosting environment for web applications.
What is exact these terms means and how to set up these environment within team
MetalAsp.Net
All-Star
112718 Points
18367 Posts
Moderator
Re: Setting environments for the development
Mar 07, 2012 05:25 AM|LINK
Development is where you do your, well, development. Staging is where you basincally test your depoyment to make sure all goes well in the deployment process. Hosting is bascically your production/final environment. Typically you would setup three seperate machines, but which are setup identically (as identical as possible anyway). You ought to also have a Testing environment as well.