473,756 Members | 6,250 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Known Issues with ASP.Net for Server upgrade - Windows 2000 to 200

We are currently in the process of upgrading our web server from Windows 2000
advanced server to Windows 2003 SP2.
We have few ASP.Net applications built with .NET framework 1.1 running on
the web server.

I am looking for the known issues that I need to go over before we start the
upgrade.

Appreiciate your help.

Thanks
Jun 27 '08 #1
4 2056
Appreciate if some one has any information on this.

"dinoo" wrote:
We are currently in the process of upgrading our web server from Windows 2000
advanced server to Windows 2003 SP2.
We have few ASP.Net applications built with .NET framework 1.1 running on
the web server.

I am looking for the known issues that I need to go over before we start the
upgrade.

Appreiciate your help.

Thanks
Jun 27 '08 #2
Basically, you shouldn't have any problems.

Things to watch out for :

1. In Windows 2003, you have to specifically enable ASP.NET 1.1.

2. You must keep all your 1.1 apps in separate application pools than 2.0 apps.

If you have an especially sensitive 1.1 app, setup an application pool exclusively
for that app. Otherwise, you can lump all 1.1 apps in the same application pool.

3. While Windows 2000's ASP.NET account is the ASPNET account,
in Windows 2003 Server the ASPNET account is "NT Authority\Netwo rk Service".

If you are not impersonating, that's the account which
needs ACL permissions to all directories.

See this MSDN page for specific info regarding the critical directories:
http://msdn.microsoft.com/en-us/libr...1e(VS.71).aspx

....and remember that the "NT Authority\Netwo rk Service" account
must have ACL permissions to mthe whole wwwroot directory structure,
or to any custom directory which you may have configured.

4. Make sure you install the .Net Framework Service Pack 1:
http://www.microsoft.com/downloads/d...displaylang=en

Something good you don't have to worry about :

Windows 2003 comes out-of-the-box with the .Net Framework 1.1 pre-installed.
All you need to do is apply the .Net Framework SP1 and Windows Server SP2.


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/
=============== =============== ========
"dinoo" <di***@discussi ons.microsoft.c omwrote in message news:E4******** *************** ***********@mic rosoft.com...
Appreciate if some one has any information on this.

"dinoo" wrote:
>We are currently in the process of upgrading our web server from Windows 2000
advanced server to Windows 2003 SP2.
We have few ASP.Net applications built with .NET framework 1.1 running on
the web server.

I am looking for the known issues that I need to go over before we start the
upgrade.

Appreiciate your help.

Thanks

Jun 27 '08 #3
That was very valuable information. Thank you very much.

"Juan T. Llibre" wrote:
Basically, you shouldn't have any problems.

Things to watch out for :

1. In Windows 2003, you have to specifically enable ASP.NET 1.1.

2. You must keep all your 1.1 apps in separate application pools than 2.0 apps.

If you have an especially sensitive 1.1 app, setup an application pool exclusively
for that app. Otherwise, you can lump all 1.1 apps in the same application pool.

3. While Windows 2000's ASP.NET account is the ASPNET account,
in Windows 2003 Server the ASPNET account is "NT Authority\Netwo rk Service".

If you are not impersonating, that's the account which
needs ACL permissions to all directories.

See this MSDN page for specific info regarding the critical directories:
http://msdn.microsoft.com/en-us/libr...1e(VS.71).aspx

....and remember that the "NT Authority\Netwo rk Service" account
must have ACL permissions to mthe whole wwwroot directory structure,
or to any custom directory which you may have configured.

4. Make sure you install the .Net Framework Service Pack 1:
http://www.microsoft.com/downloads/d...displaylang=en

Something good you don't have to worry about :

Windows 2003 comes out-of-the-box with the .Net Framework 1.1 pre-installed.
All you need to do is apply the .Net Framework SP1 and Windows Server SP2.


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/
=============== =============== ========
"dinoo" <di***@discussi ons.microsoft.c omwrote in message news:E4******** *************** ***********@mic rosoft.com...
Appreciate if some one has any information on this.

"dinoo" wrote:
We are currently in the process of upgrading our web server from Windows 2000
advanced server to Windows 2003 SP2.
We have few ASP.Net applications built with .NET framework 1.1 running on
the web server.

I am looking for the known issues that I need to go over before we start the
upgrade.

Appreiciate your help.

Thanks


Jun 27 '08 #4
On Jun 9, 9:42*pm, dinoo <di...@discussi ons.microsoft.c omwrote:
That was very valuable information. Thank you very much.

"Juan T. Llibre" wrote:
Basically, you shouldn't have any problems.
Things to watch out for :
1. In Windows 2003, you have to specifically enable ASP.NET 1.1.
2. You must keep all your 1.1 apps in separate application pools than 2.0 apps.
* * If you have an especially sensitive 1.1 app, setup an application pool exclusively
* * for that app. Otherwise, you can lump all 1.1 apps in the same application pool.
3. While Windows 2000's ASP.NET account is the ASPNET account,
in Windows 2003 Server the ASPNET account is "NT Authority\Netwo rk Service".
If you are not impersonating, that's the account which
needs ACL permissions to all directories.
See this MSDN page for specific info regarding the critical directories:
http://msdn.microsoft.com/en-us/libr...1e(VS.71).aspx
....and remember that the "NT Authority\Netwo rk Service" account
must have ACL permissions to mthe whole wwwroot directory structure,
or to any custom directory which you may have configured.
4. Make sure you install the .Net Framework Service Pack 1:
http://www.microsoft.com/downloads/d...d=AE7EDEF7-2CB....
Something good you don't have to worry about :
Windows 2003 comes out-of-the-box with the .Net Framework 1.1 pre-installed.
All you need to do is apply the .Net Framework SP1 and Windows Server SP2.
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/
=============== =============== ========
"dinoo" <di...@discussi ons.microsoft.c omwrote in messagenews:E4* *************** *************** ***@microsoft.c om...
Appreciate if some one has any information on this.
"dinoo" wrote:
>We are currently in the process of upgrading our web server from Windows 2000
>advanced server to Windows 2003 SP2.
>We have few ASP.Net applications built with .NET framework 1.1 running on
>the web server.
>I am looking for the known issues that I need to go over before we start the
>upgrade.
>Appreiciate your help.
>Thanks- Hide quoted text -

- Show quoted text -
I agree with Juan, you shouldn't have any problems on Win2003
Jun 27 '08 #5

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

Similar topics

20
4645
by: John | last post by:
Hi, I've recently upgraded from Access 97 to Access 2002 & the performance basically stinks. I have tried the following items listed below but it has only had a minor impact: 1) Upgraded Jet 4 to Service Pack 7 2) Set Subdatasheet Name to from 3) Shortened the file name of the .MDB file 4) Made sure the Track name AutoCorrect info is off
19
2734
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...
0
2287
by: Nagapa | last post by:
Hello there, I am impressed with the questions and answers in this forums and belive this group will help me thru my issues. We are currently upgrading our application hardware. Ours is VB application(client) and that connects thru DCOMS and IBM DB2 connect 7.2 (on a win 2000 server) to backend DB2 database (7.2, due for upgrade) and triggers stored procs on the backend. We were asked to move the middleware server to windows 2003. I...
0
2077
by: chris.feyrer | last post by:
I need to export data from SQL server 2000 (or SQL server 2005 with a db connection to the SQL 2000 server) to a DB4 file via DTS. When I use Windows 2000 server to attempt the export, I keep getting an error message saying that one of my columns does not exist from the Server 2000 DTS, and don't even see an option for 2005 DTS export to DB4 in the SQL Server Import and Export Wizard for SQL 2005. I've been exporting the information...
14
3039
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can anyone please help me with this as I want to install SQL server and also wouold be grateful, if you can suggest me any workaround to dealwith this problem.(Like should I install any new OS etc). Any help would be appreciated.
62
5070
by: Tony Ciconte | last post by:
I have a rather complex commercial Acc2003 application (tab controls, 50K+ lines of VBA code, etc.) that will not run well at all on Windows Vista Ultimate. I have seen posts indicating that Acc2003 MDBs should work on Vista. However, our particular file has too many problems to be viable on a Vista platform. Even converting it to an Acc2007 accdb file has no positive effect. I realize that Vista is new and should be avoided like the...
5
3642
by: Ben | last post by:
We recently upgraded our MS SQL Server 2000 to 2005. Here is what we did: 1. Perform backup of the database from the old server. 2. Created a blank database in the new server. 3. Restored the database into the blank database located in the new server. After this process, there was an obvious slowness in the MS Access application. Program-wise, I did not do any code changes. The only thing
4
1958
by: Hrsoft | last post by:
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
3
4150
by: Mark D Powell | last post by:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit) to SQL Severer 2005 EE 32 bit and while the prereqs passed the installer will not let me select the version 8.00.x (2000 SP4) database that it finds on the server. When I ckeck the install details it tells me that "Your upgrade is blocked becuase of cluster upgrade rules" I have tried searching the MS site but none of the entries I found appear to apply.
0
9303
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
9117
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
9894
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
9541
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
8542
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...
1
7078
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4955
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3651
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
3141
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.