I am a intranet web developer for a fairly large company and we are finally getting our webpage servers upgraded to Windows Server 2008. Previously we were stuck on Windows Server 2000 and did not have access to run anything except for ASP Classic.
We are going to be moving to ASP.NET development and using Visual Studio 2010 Professional. There are only going to be two developers working on this site for the foreseeable future. I'm curious how to setup our development environment to allow us to work on this site.
Currently our site consists of: online forms, a blog, photo galleries, information resources, ect..
We are getting three new servers running Windows Server 2008. They are going to be configured each with a dedicated role. Development, QA and Production.
I am completely clueless as to how we should develop given our environment. Here are a few scenarios I thought of but I'm sure that there are other options.
- Work on the files that are housed on the development server.
- Test completed updates on Development Server
- Publish to QA and repeat testing
- Publish to production and test again
Or
- Develop on our local machines (If we do this how do we handle pulling any files needed if we are updating something?)
- Publish changes to development
- Complete steps 2-4 listed above
Thanks in advance to anyone that can help me here. I really want to jump into this the right way so we don't create any bad habits that we will have to break later.