Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET Pages running on NT4.0 IIS

Status
Not open for further replies.

dvannoy

MIS
Joined
May 4, 2001
Messages
2,765
Location
US
Simple question..

Can ASP.NET pages created from a windows2000 server run on an NT4.0 server running IIS ??

Thanks
 
See


"ASP.NET is supported on Windows 2000 (Professional, Server, and Advanced Server) and Windows XP Professional, for both client and server applications. In addition, to develop ASP.NET server applications, the following software is also required:

Windows 2000 Server or Advanced Server with Service Pack 2
Windows XP Professional or 64-Bit Edition
MDAC 2.7 for Data
Internet Information Services
Note XML Web services created using ASP.NET support the same platforms supported by ASP.NET. XML Web service clients, however, are supported by all platforms supported by the Microsoft .NET Framework.
For more information, see .NET Framework System Requirements."

.NET Framework System Requirements says
"Server
Microsoft® Windows® 2000 Professional with Service Pack 2.0
Microsoft® Windows® 2000 Server with Service Pack 2.0
Microsoft® Windows® 2000 Advanced Server with Service Pack 2.0
Microsoft® Windows® XP Professional"
Forms/Controls Resizing/Tabbing Control
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
so even if you rename the files .asp instead of .aspx it will not run on a nt server??
 
No way. ASPX is compiled code not interpretted script. It could have been written in VB.Net, C#.Net etc. ASP.NET is a different universe from ASP. Forms/Controls Resizing/Tabbing Control
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top