Writing ASP.NET on IIS6 and publishing to IIS5

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is there any problems with writing on IIS6 with ASP.NET and publishing onto
IIS5 on W2K with ASP.NET? (like xp pro to 2k server) any compatability
problems?
 
The web server would not present a compatibility issue. However, it wouldn't
hurt to make sure that you're running the same version of the Framework on
both machines. Although that shouldn't present a problem normally, there are
a few instances where it can bite you.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.
 
Back
Top