473,569 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.Net with .Net FWK 1.0 over windows 2003

Hi,
I have an ASP.Net application that was developed with VS.Net 2002, Net FWK
1.0 and win 2000 platform. Is there any known drawback to execute it over a
Win 2003 server?
Does we have to migrate to Visual Studio .Net 2003 and .Net FWK 1.1 in order
to allow it to work?

Thanks a lot

Lucas C
Nov 18 '05 #1
7 1330
Lucas,

You can install the 1.0 Framework on Windows Server 2003. As long as there
aren't any sections of code that will be affected by breaking changes, you
can just run your app under 1.1.

Here's the info on breaking changes for your information:
http://www.gotdotnet.com/team/change...ault.aspx#0000
0173

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
From: "Lucas Campos" <ms**@rmya.com. ar>
Subject: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 09:47:56 -0300
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#e************ **@TK2MSFTNGP11 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
Path: cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!TK2 MSFTNGP08.phx.g bl!TK2MSFTNGP11 .
phx.gblXref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1918 19
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi,
I have an ASP.Net application that was developed with VS.Net 2002, Net FWK
1.0 and win 2000 platform. Is there any known drawback to execute it over a
Win 2003 server?
Does we have to migrate to Visual Studio .Net 2003 and .Net FWK 1.1 in orderto allow it to work?

Thanks a lot

Lucas C


Nov 18 '05 #2
So, if I didn't use any feature involved in a breaking change, I could use
my Web app developed with VS 2002 (Net FWK 1.0) in windows 2003?

Thanks a lot

Lucas C

"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > escribió en el mensaje
news:Fn******** ******@cpmsftng xa07.phx.gbl...
Lucas,

You can install the 1.0 Framework on Windows Server 2003. As long as there aren't any sections of code that will be affected by breaking changes, you
can just run your app under 1.1.

Here's the info on breaking changes for your information:
http://www.gotdotnet.com/team/change...ault.aspx#0000 0173

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
From: "Lucas Campos" <ms**@rmya.com. ar>
Subject: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 09:47:56 -0300
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#e************ **@TK2MSFTNGP11 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
Path:

cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!TK2 MSFTNGP08.phx.g bl!TK2MSFTNGP11 . phx.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1918 19X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi,
I have an ASP.Net application that was developed with VS.Net 2002, Net FWK1.0 and win 2000 platform. Is there any known drawback to execute it over aWin 2003 server?
Does we have to migrate to Visual Studio .Net 2003 and .Net FWK 1.1 in

order
to allow it to work?

Thanks a lot

Lucas C

Nov 18 '05 #3
Lucas,

Yes, you can.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
From: "Lucas Campos" <ms**@rmya.com. ar>
References: <#e************ **@TK2MSFTNGP11 .phx.gbl> <Fn************ **@cpmsftngxa07 .phx.gbl>Subject: Re: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 12:31:47 -0300
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <uS************ **@TK2MSFTNGP09 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
Path: cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!cpm sftngxa09.phx.g bl!TK2MSFTNGP08 .
phx.gbl!TK2MSFT NGP09.phx.gblXref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1918 80
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

So, if I didn't use any feature involved in a breaking change, I could use
my Web app developed with VS 2002 (Net FWK 1.0) in windows 2003?

Thanks a lot

Lucas C

"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > escribió en el mensajenews:Fn******* *******@cpmsftn gxa07.phx.gbl.. .
Lucas,

You can install the 1.0 Framework on Windows Server 2003. As long as

there
aren't any sections of code that will be affected by breaking changes, you can just run your app under 1.1.

Here's the info on breaking changes for your information:

http://www.gotdotnet.com/team/change...fault.aspx#000

0
0173

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
>From: "Lucas Campos" <ms**@rmya.com. ar>
>Subject: ASP.Net with .Net FWK 1.0 over windows 2003
>Date: Fri, 21 Nov 2003 09:47:56 -0300
>Lines: 12
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <#e************ **@TK2MSFTNGP11 .phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
>Path:

cpmsftngxa07.p hx.gbl!cpmsftng xa06.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 1

Nov 18 '05 #4
I mean without installing Net Framework 1.0 on Win 2003, right?

Thanks a lot

LucasC
"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > escribió en el mensaje
news:8K******** ******@cpmsftng xa07.phx.gbl...
Lucas,

Yes, you can.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
From: "Lucas Campos" <ms**@rmya.com. ar>
References: <#e************ **@TK2MSFTNGP11 .phx.gbl> <Fn************ **@cpmsftngxa07 .phx.gbl>
Subject: Re: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 12:31:47 -0300
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <uS************ **@TK2MSFTNGP09 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
Path:

cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!cpm sftngxa09.phx.g bl!TK2MSFTNGP08 . phx.gbl!TK2MSFT NGP09.phx.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1918 80
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

So, if I didn't use any feature involved in a breaking change, I could usemy Web app developed with VS 2002 (Net FWK 1.0) in windows 2003?

Thanks a lot

Lucas C

"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > escribió en el

mensaje
news:Fn******* *******@cpmsftn gxa07.phx.gbl.. .
Lucas,

You can install the 1.0 Framework on Windows Server 2003. As long as

there
aren't any sections of code that will be affected by breaking changes,

you can just run your app under 1.1.

Here's the info on breaking changes for your information:

http://www.gotdotnet.com/team/change...fault.aspx#000
0 0173

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>Reply-To: "Lucas Campos" <lc*****@rmya.c om.ar>
>From: "Lucas Campos" <ms**@rmya.com. ar>
>Subject: ASP.Net with .Net FWK 1.0 over windows 2003
>Date: Fri, 21 Nov 2003 09:47:56 -0300
>Lines: 12
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <#e************ **@TK2MSFTNGP11 .phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: lan-152-107.easymail.ne t.ar 200.80.152.107
>Path:


cpmsftngxa07.p hx.gbl!cpmsftng xa06.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 1

Nov 18 '05 #5
What Jim told is that you actually can run applications built to be used on 1.0
with 1.1 if that applications does not have code that can be affected by the
changes made from 1.0 to 1.1.

If you whant to be sure not to have any problems (if the app is too large to
identify possible problems) then just install framework 1.0. They work side by
side, meaning that you cane have both on the same system with no major problems.
Just be sure to register asp.net 1.0 filter on IIS. I never tested this so I'm
not completly sure if installing version 1.0 will change this automatically.
Joao Cardoso (MVP dotNET)
=============== =============== =============== ==========
[LusoCoders]- http://groups.yahoo.com/group/lusocoders/
[PontoNetPT]- http://www.programando.net/regras.aspx
jj***@acinet.pt.n.o-s.p-a.m - www.acinet.pt
=============== =============== =============== ==========
Nov 18 '05 #6
Just installing 1.0 should automatically run the aspnet_regiis -i for that
version, but we all know what "should" means in this business. :)

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
From: "Joao S Cardoso [MVP]" <jj***@acinet.p t.n-o.s-p.a-m>
Subject: Re: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 16:30:33 +0000
Message-ID: <57************ *************** *****@4ax.com>
References: <#e************ **@TK2MSFTNGP11 .phx.gbl> <Fn************ **@cpmsftngxa07 .phx.gbl>
<uS************ **@TK2MSFTNGP09 .phx.gbl>
<8K************ **@cpmsftngxa07 .phx.gbl>
<OV************ **@tk2msftngp13 .phx.gbl>X-Newsreader: Forte Agent 1.93/32.576 English (American)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 213.13.118.94
Lines: 1
Path: cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!cpm sftngxa09.phx.g bl!TK2MSFTNGP08 .
phx.gbl!TK2MSFT NGP11.phx.gblXref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1919 06
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

What Jim told is that you actually can run applications built to be used on 1.0with 1.1 if that applications does not have code that can be affected by thechanges made from 1.0 to 1.1.

If you whant to be sure not to have any problems (if the app is too large toidentify possible problems) then just install framework 1.0. They work side byside, meaning that you cane have both on the same system with no major problems.Just be sure to register asp.net 1.0 filter on IIS. I never tested this so I'mnot completly sure if installing version 1.0 will change this automatically.

Joao Cardoso (MVP dotNET)
============== =============== =============== ===========
[LusoCoders]- http://groups.yahoo.com/group/lusocoders/
[PontoNetPT]- http://www.programando.net/regras.aspx
jj***@acinet.p t.n.o-s.p-a.m - www.acinet.pt
============== =============== =============== ===========


Nov 18 '05 #7
Thanks Jim and Joao.

"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > escribió en el mensaje
news:Gh******** ******@cpmsftng xa07.phx.gbl...
Just installing 1.0 should automatically run the aspnet_regiis -i for that
version, but we all know what "should" means in this business. :)

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
From: "Joao S Cardoso [MVP]" <jj***@acinet.p t.n-o.s-p.a-m>
Subject: Re: ASP.Net with .Net FWK 1.0 over windows 2003
Date: Fri, 21 Nov 2003 16:30:33 +0000
Message-ID: <57************ *************** *****@4ax.com>
References: <#e************ **@TK2MSFTNGP11 .phx.gbl> <Fn************ **@cpmsftngxa07 .phx.gbl>
<uS************ **@TK2MSFTNGP09 .phx.gbl>
<8K************ **@cpmsftngxa07 .phx.gbl>
<OV************ **@tk2msftngp13 .phx.gbl>
X-Newsreader: Forte Agent 1.93/32.576 English (American)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 213.13.118.94
Lines: 1
Path:

cpmsftngxa07.ph x.gbl!cpmsftngx a06.phx.gbl!cpm sftngxa09.phx.g bl!TK2MSFTNGP08 . phx.gbl!TK2MSFT NGP11.phx.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1919 06X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

What Jim told is that you actually can run applications built to be used on 1.0
with 1.1 if that applications does not have code that can be affected by

the
changes made from 1.0 to 1.1.

If you whant to be sure not to have any problems (if the app is too large

to
identify possible problems) then just install framework 1.0. They work

side by
side, meaning that you cane have both on the same system with no major

problems.
Just be sure to register asp.net 1.0 filter on IIS. I never tested this

so I'm
not completly sure if installing version 1.0 will change this

automatically.


Joao Cardoso (MVP dotNET)
============== =============== =============== ===========
[LusoCoders]- http://groups.yahoo.com/group/lusocoders/
[PontoNetPT]- http://www.programando.net/regras.aspx
jj***@acinet.p t.n.o-s.p-a.m - www.acinet.pt
============== =============== =============== ===========

Nov 18 '05 #8

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

Similar topics

11
3740
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows 2003 Server or ADO or ODBC issue, I am posting this on all of the three newsgroups. That's the setup: Windows 2003 Server with IIS and ASP.NET...
2
15212
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. ...
12
3858
by: Onega | last post by:
Hi I create a simple win32 project (VC2003, windows2003(English) , and do simple paint in WM_PAINT message, when the project use multi-character set, it is OK. but when I change to UNICODE, some Chinese characters are illegible( I see sizeof(TCHAR)=2 being displayed). Your idea is welcome. case WM_PAINT: hdc = BeginPaint(hWnd, &ps);
3
7642
by: Harry Simpson | last post by:
Windows Server 2003 is supposed to include Framework 1.1 right. I don't have it here but have reports that the web is not running. The users say that the %COMPUTERNAME%\ASPNET user doesn't exist. Questions: 1. is this user replaced by the %COMPUTERNAME%\NETWORK SERVICE user in Windows 2003 Server (IIS6)? 2. if the ASPNET user still...
2
3190
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...
2
2614
by: Joseph Geretz | last post by:
I'm having a credentialing problem in my web application. Actually, I don't think this is an IIS security issue, since I'm able to access the page I'm requesting. However, the executing page itself is not able to access a specific network resource and I just can't figure out why. First of all, let me say this worked fine with IIS running on...
7
3198
by: lvpaul | last post by:
Hallo ! I am using IIS-Windows-Authentication in my intranet (web.config <authentication mode="Windows" /> <identity impersonate="true" /> How can I get the users (client) IP-Address ? I think the username can be read with user.identity.name.
0
2215
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". There are no other statements to indicate what object cannot be created. Otherwise, everything on the test Windows Server 2003 works fine—all...
7
4960
by: =?Utf-8?B?RWRkaWU=?= | last post by:
We have an odd situation with some of our single-threaded CPU-bound C++ programs. They run between 2 and 4 times faster on Windows XP than on windows Server 2003 on the same Xeon hyperthreading dual processor machine (we borrowed one from our IT department, and have been alternating these two operating systems on it.) Even more odd, if we...
7
9343
by: Jwe | last post by:
Hi, I've written a program which has both a command line interface and Windows form interface, however it isn't quite working correctly. When run from command line with no arguments it should display the Windows form. The form is being displayed but the command only returns when the form is closed. I want the command line to return...
0
7695
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...
0
7612
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...
0
7922
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. ...
0
8119
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...
0
7964
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...
0
6281
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...
0
3653
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...
1
2111
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
1
1209
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.