views:

22

answers:

2

Hi,

I was wondering if developing ASP.NET applications on Windows Server 2008 was a good idea, and if not why not.

At work we have to use Windows Server 2008 as our desktop OS for developing (as it is closer to the production environment apparently). Using a server OS as your development environment doesn't seem right to me.

Does anyone know if this is good or bad practice?

EDIT - How about performance? I imagine they'd be pretty much the same though.

Thanks, Tim

+1  A: 

Nothing wrong with it.

In some ways, it is good practice, in particular if your servers run the same OS and version (so you can find out certain issues early on).

Oded
A: 

There is not really a problem with developing in that environment. Visual Studio works well on Windows Server 2008. On the other hand, I have never run into a problem with developing on a workstation OS (XP, Vista, Win 7) and deploying to a server. I suppose that there might be some scenario where developing directly on the server OS is better, but I cannot think of one.

One of my developers is running with Server 2008 as a desktop OS (I do not). She has not had any trouble with Visual Studio. But, she has had many issues (Sorry I do not remember the specifics) with other aspects of the computing environment, things like Outlook, Word, Project, etc. Not that they do not work, just annoyances that pop up occasionally.

Hope this helps, Jim

Jim Reineri
I haven't had any problems with other programs. Though outlook seems to like picking an office icon at random to use in the task bar.
BigTommy79