developing with .net on win2003 and deploying on win2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

my work station contains visual studio.net and windows2003+iis6.
the production server on wich the applications run is windows2000+iis5.
is there going to be a problem with the windows+iis versions?
 
Hi there -

in general it "might" work in this scenario, but still I would try to find a
way to develop under the same OS/IIS/.NET version in which you plan to
deploy after.

If it is a problem, just make sure that you'll have enough time for testing
it (and fixing it), and also start testing on a regular basis from the
begining of the development.

Cheers,
Branimir
 
The deployment server needs to have the same version of the dotnet framework
installed that you are developing with.
 
Back
Top