-3

I have developed an application using Visual Studio 2003. I have been told the hosting environment will be of a Windows Server 2008. Does it support my application?

Naveen
  • 74,600
  • 47
  • 176
  • 233

2 Answers2

1

You need to consult the hosting service provider for clarification.

If you own the server yourself, you can feel free to install .NET Framework 1.1 and configure it,

http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/

Lex Li
  • 60,503
  • 9
  • 116
  • 147
1

You will definitely need to test your application on the target platform. Without testing, you won't know for sure.

Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285