views:

41

answers:

2

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?

+1  A: 

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
But we have no idea if this is a .NET app or not.
jeffamaphone
+1  A: 

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

Greg Hewgill

related questions