asp.net on NT4?

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

Guest

Has anyone had any issues in using asp.net on an nt4 server box? (sp6)

(I know that support is just about to cease...)

Kind regards
Andy
 
Your biggest issue right now, one that affects not only ASP.Net, but the
rest of your services and apps, is using NT4! that is nearly 10 years old
software technology you're running as a platform.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Andy said:
Has anyone had any issues in using asp.net on an nt4 server box? (sp6)

(I know that support is just about to cease...)

Support is not about to cease - ASP.NET has never been supported on NT
4.0. Here's a note from the .NET Framework System Requirements page:

Notes: ASP.NET Web applications and XML Web services can
only be hosted on Windows XP Professional, Windows 2000,
and Windows Server 2003

http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx

I haven't heard about anyone hacking together an ASP.NET system on NT 4.0.
 
I think he meant support for NT4.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
NT4 support may be about to end, but ASP.NET has never been supported on NT4. Only Win2K and above.

Chris
--------------------
 
Back
Top