0

I am starting a project that will be hosted in a environment relying on Windows Server 2003 R2 (SP2) and I will need to use features like WCF, services and so on... I would like to use the highest possible version of the Visual Studio and .Net Framework.

Which version is it possible to install in that environment?

Thanks

user6435554
  • 199
  • 1
  • 13
  • http://stackoverflow.com/questions/30886603/does-net-framework-4-5-work-on-windows-server-2003 – Sir Rufo Jun 08 '16 at 18:26
  • 4
    Extended Support for Server 2003 ended on July 14, 2015, so I would question any project that expects to use that technology in production. – Claies Jun 08 '16 at 18:59

2 Answers2

1

As per this Microsoft page: https://www.microsoft.com/en-us/download/details.aspx?id=23691 Visual Studio 2010 supports Server 2003 R2

And according to this Micosoft page: https://www.microsoft.com/en-us/download/details.aspx?id=30682 Visual Studio 2012 does not. Therefore I would have to say VS 2010.

Here's a more complete answer on VS 2013 that was posted a long time ago.. Can VS 2013 be installed on Server 2003 R2

Community
  • 1
  • 1
Jason Enochs
  • 1,436
  • 1
  • 13
  • 20
1

You can develop your app in another platform. You don't need to run visual studio on server side. 2003 R2 support framework 4.0 but not support 4.5. So you can develop WCF or another applications.

mkysoft
  • 5,392
  • 1
  • 21
  • 30