ASP.NET under with IIS 4.0, is it possible ?

  • Thread starter Jean-Francois Hamelin
  • Start date
J

Jean-Francois Hamelin

Hi,

I have to support some Windows NT 4.0 (SP6a) legacy installation running IIS
4.0 with my ASP.NET web services, is it possible ? When I install the .NET
framework 1.1 redistribution the
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll is not present.

Thanks
JF
 
K

Kevin Spencer

ASP.Net requires IIS 5 or better.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steven Cheng[MSFT]

Hi JF,


Thanks for posting in the community!
From your description, you'd like to using ASP.NET1.1 on a NT sever mahcine
with IIS4 installed,yes?
If there is anything I misunderstood, please feel free to let me know.

Based on my research, I think Kevin's suggestion is quite correct. The
ASP.NET required IIS5 or higher version. And here is the description from
the doc:
---------------------------------------
Server Installation Requirements
If you have been directed to do a server installation, you must have the
following software installed in addition to the typical installation
requirements:

Internet Information Services (IIS) version 5.0 or later. To access the
features of ASP.NET, IIS with the latest security updates must be installed
prior to installing the .NET Framework.
ASP.NET is supported only on the following platforms: Microsoft Windows
2000 Professional (Service Pack 3 recommended), Microsoft Windows 2000
Server (Service Pack 3 recommended), Microsoft Windows XP Professional, and
Microsoft Windows Server 2003 family.
------------------------------------------
Here is the weblink to this specification:
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-
8157-034D1E7CF3A3&displaylang=en



Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 
L

les

I notice that the dot net framework appears in windows update on NT4
servers. Never tried installing it though.

Leslie
 
K

Kevin Spencer

The .Net Framework is capable of running a lot more than ASP.Net. It also
runs executables, services, etc., which don't require any version of any web
server. That is why you can install the Framework on NT 4, but not ASP.Net.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top