Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What pros/cons come from using a server OS for your main .NET development machine?

I was considering using Windows Server as the OS for my main .NET development workstation. It includes the version of IIS to which I'm most often deploying, manages FIPS compliance differently, etc. I certainly don't use any of the multimedia or gaming advantages (if there are any?) of a workstation OS.

What pros/cons come with using a server OS for your main .NET development workstation?

like image 330
lance Avatar asked Mar 05 '10 15:03

lance


People also ask

Why should you analyze the pros and cons of application server?

By analyzing both pros and cons of application server, the businesses can ensure that this will be an asset for their workings. In this article, I will be concentrating on 5 Advantages and Disadvantages of Application Server | Drawbacks & Benefits of Application Server.

What are the pros and cons of a server?

In addition, most servers have built-in redundancy to help avoid downtime even if one part fails. Cost – While a server is more expensive up front, it can save you money in the long run. For example, since many people can access it, you often don’t need as many software licenses.

What are the pros and cons of Linux operating system?

Pros and Cons of Linux Operating System. 1 1. Open Source. As mentioned earlier Linux is an open-source operating system. This can come in handy especially for people who code and/or need to ... 2 2. Security. 3 3. Speed. 4 4. Redesigning. 5 5. Low System Specifications. More items

What are the disadvantages of the operating systems?

However, the disadvantages of the operating systems include its inability to service delivery in large businesses. This is based on the fact that other operating systems allow for more complex application packages that are vital to company offices and businesses.


2 Answers

I've found Windows Server 2008 R2 to be a great operating system on which to work as my day-to-day desktop machine. Having the ability to deploy to IIS 7 locally, work with SQL Server, and manage other VMs via Hyper-V has been such a help to my development process.

That said, I've run in to some issues with other applications not "liking" the server os, but I know you can enable a 'Feature' in Server 08 R2 for Desktop Experience that lets most of the applications run anyway. Just be prepared to tune the OS to do what you need it to do.

like image 76
MattGWagner Avatar answered Nov 13 '22 04:11

MattGWagner


It's great. I've done it for years. See http://www.win2008workstation.com/ for more info.

like image 39
Two Bit Gangster Avatar answered Nov 13 '22 04:11

Two Bit Gangster