473,765 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET on Windows 2000 server

Dear Friends

My developer environmment has a Windows 2000 SP4 Server, and I can´t
to update to 2003 or 2008, for reasons of... money.

But, I need to install in this 2000 Server SP4 the ASP.NET framework.

How versions can I install?
Can I install ASP.NET 2.0?
And ASP.NET 3.5? This is the desired framework

Thanks in advance.
Hércules Russano
HRsoft Informática
Rio de Janeiro - Brasil
http://www.hrsoft.com.br
Jun 27 '08 #1
4 1958
re:
!Can I install ASP.NET 2.0?
!And ASP.NET 3.5? This is the desired framework

You can run ASP.NET 2.0 on Windows 2000 SP4,
but you will not be able to run ASP.NET 3.5.

The operating systems supported for 3.5 are Windows Server 2003/2008, Vista and XP.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"Hrsoft" <us****@hrsoft. com.brwrote in message news:v0******** *************** *********@4ax.c om...
Dear Friends

My developer environmment has a Windows 2000 SP4 Server, and I can´t
to update to 2003 or 2008, for reasons of... money.

But, I need to install in this 2000 Server SP4 the ASP.NET framework.

How versions can I install?
Can I install ASP.NET 2.0?
And ASP.NET 3.5? This is the desired framework

Thanks in advance.
Hércules Russano
HRsoft Informática
Rio de Janeiro - Brasil
http://www.hrsoft.com.br

Jun 27 '08 #2
"Hrsoft" <us****@hrsoft. com.brwrote in message
news:v0******** *************** *********@4ax.c om...
My developer environmment has a Windows 2000 SP4 Server, and I can´t
to update to 2003 or 2008, for reasons of... money.

But, I need to install in this 2000 Server SP4 the ASP.NET framework.

How versions can I install?
Can I install ASP.NET 2.0?
And ASP.NET 3.5? This is the desired framework
Several things:

1) Microsoft's mainstream support for Windows 2000 Server ended nearly three
years ago, and mainstream support for SP4 just over a year ago:
http://support.microsoft.com/lifecyc...ilter=FilterNO

I'm assuming that you haven't purchased an extended support contract, as
these are very expensive. I appreciate that money is an issue for you, but
continuing to battle away with outdated technology is a completely false
economy, IMO...

2) There's no such product as the ASP.NET Framework per se - there's the
..NET Framework, and ASP.NET is a technology which uses it.

v2 of the .NET Framework is supported on Windows 2000:
http://www.microsoft.com/downloads/d...displaylang=en

But v3.5 isn't:
http://www.microsoft.com/downloads/d...displaylang=en

So, if you want ASP.NET 3.5, you'll have to upgrade from Windows 2000.

3) Although it is possible to develop ASP.NET apps (of any version) without
one of the versions of Visual Studio, I can't recommend it - it's just too
much hassle. Therefore, if you want to develop ASP.NET 3.5 apps, at the very
least you will need Visual Web Developer 2008 Express:
http://www.microsoft.com/express/vwd/ This is free, but is not supported on
Windows 2000:
http://www.microsoft.com/products/in...8bd48&type=ovr
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #3
And what is your production environment?

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Hrsoft" <us****@hrsoft. com.brwrote in message
news:v0******** *************** *********@4ax.c om...
Dear Friends

My developer environmment has a Windows 2000 SP4 Server, and I can´t
to update to 2003 or 2008, for reasons of... money.

But, I need to install in this 2000 Server SP4 the ASP.NET framework.

How versions can I install?
Can I install ASP.NET 2.0?
And ASP.NET 3.5? This is the desired framework

Thanks in advance.
Hércules Russano
HRsoft Informática
Rio de Janeiro - Brasil
http://www.hrsoft.com.br

Jun 27 '08 #4
Dear Mark

Yes, you are right. With old technologies I can´t to develope for the
new times.
I own a small ISV in Brazil, that developes desktop apps, but with
need to develope to Web too (with ASP.NET), updating from old ASP 3

I will contact MS and buy a signature to ISV Empower, that is a very
good chance to update e develope MS apps, with little money.

Thanks.

On Tue, 24 Jun 2008 14:41:14 +0100, "Mark Rae [MVP]"
<ma**@markNOSPA Mrae.netwrote:
>"Hrsoft" <us****@hrsoft. com.brwrote in message
news:v0******* *************** **********@4ax. com...
>My developer environmment has a Windows 2000 SP4 Server, and I can´t
to update to 2003 or 2008, for reasons of... money.

But, I need to install in this 2000 Server SP4 the ASP.NET framework.

How versions can I install?
Can I install ASP.NET 2.0?
And ASP.NET 3.5? This is the desired framework

Several things:

1) Microsoft's mainstream support for Windows 2000 Server ended nearly three
years ago, and mainstream support for SP4 just over a year ago:
http://support.microsoft.com/lifecyc...ilter=FilterNO

I'm assuming that you haven't purchased an extended support contract, as
these are very expensive. I appreciate that money is an issue for you, but
continuing to battle away with outdated technology is a completely false
economy, IMO...

2) There's no such product as the ASP.NET Framework per se - there's the
.NET Framework, and ASP.NET is a technology which uses it.

v2 of the .NET Framework is supported on Windows 2000:
http://www.microsoft.com/downloads/d...displaylang=en

But v3.5 isn't:
http://www.microsoft.com/downloads/d...displaylang=en

So, if you want ASP.NET 3.5, you'll have to upgrade from Windows 2000.

3) Although it is possible to develop ASP.NET apps (of any version) without
one of the versions of Visual Studio, I can't recommend it - it's just too
much hassle. Therefore, if you want to develop ASP.NET 3.5 apps, at the very
least you will need Visual Web Developer 2008 Express:
http://www.microsoft.com/express/vwd/ This is free, but is not supported on
Windows 2000:
http://www.microsoft.com/products/in...8bd48&type=ovr
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4972
by: Rui Oliveira | last post by:
How can I reinstall ASP in windows 2000 Server? Is possible reinstall it, without reinstall IIS? Thanks & Regards, Rui Oliveira
2
15228
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
5
1915
by: David Greenwood | last post by:
I posted this under 'microsoft.public.sqlserver.client' but got no reply. Any help with this problem would be greatly appreciated --------------------- I developed a database under SQL Server 2000, with Access 2000 on Windows 2000 as client. This had been running fine for several years. The client is now upgrading to Windows XP, and has come across a display problem on the reports. The figures are correct but are now displayed with lots of...
1
2391
by: Marino | last post by:
Hi all, I have a Windows 2003 server, which is also a terminal server for application, with sql 2000 installed. My company has developed an application that uses SQL 2000 as its database. The application is a client/server one. In each client computer there's a link to the application on the server. There is no problem with Windows 98, Windows 2000 pro, Windows xp pro clients, but the windows 95 ones cannot log in to the database. The...
2
1717
by: slonk0 | last post by:
Hi, I have a problem. I have two computers (clients), one with Windows 2000 and second with Windows XP. And a third computer (server) with a Windows 2000 and MS Sql Server 2000. I have a TABLE with two rows: 'row' and 'row ' (space). And SQL: 'select * from TABLE where row = 'row'
2
393
by: Dave | last post by:
I have developed a VB.net application that transfers a SOAP wrapped message to another server securely(using SSL and sever/client certificates). When I run this app from a Windows 2000 Professional box everything works as expected, the secure channel is established and the message is sent properly. When I use the exact same app on the Windows 2000 Server(running IIS) box the app does not work properly. I have used a packet sniffer to...
19
2736
by: Mark C. | last post by:
The company I work for has been running Access 2000 on a Windows NT server with Opportunistic Locking turned off on the server without issue for almost a year. We have just switched to a Windows 2000 file server with service pack 3 installed and are now experiencing at least 2 corruptions a day. The registry setting for Opportunistic Locking that was on the Windows NT server does not exist on the Windows 2000 server so we can not make the...
2
3215
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000 database. Tried all possible combinations but it still fails. I have Windows 2003 server having SQL Server 2000 installed with SP2. The installation went Ok on a XP professional machine and I was able to create database and user logins etc on...
8
2034
by: Mark Rowland | last post by:
Please bear with me, as I am a newbie in the world of databases and DB2. We are trying to migrate an application that binds to a DB2 database (Workgroup Edition, V6.1) from a server running Windows NT 4.0, to a new server running Windows 2000. Since DB2 V6.1 is no longer supported by IBM, I cannot even find anything to tell me if V6.1 is compatible with Windows 2000. Also, the new server will be running two hyperthreading processors vs,...
0
3002
by: emu | last post by:
Hi All, I have an unmanaged C++ application that references a mixed mode image DLL (mixed managed and unmanaged). Under .NET 1.1 we could trust the dll (the mixed mode dll) by running the following command line: caspol.exe -polchgprompt off -machine -addgroup 1 -url "file://<UNC path to dll>\mixedMode.dll" FullTrust ame "GroupName" -polchgprompt on
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.