473,651 Members | 2,937 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Migrate ASP 3.0 applications to ASP.NET

VS
I would like to know that is there any need to Migrate ASP 3.0 applications
to ASP.NET
Is there any Cease or end of lifecycle of products on ASP 3.0 and associated
web based products announced by Microsoft, I have tried across all Microsoft
sites for this information but not able to find any thing relevant

Mar 24 '06 #1
3 1315
No need for that... :)

I'm an ASP 3.0 Programmer and I still do things in the old way.

I already read a BLOG from a MS guy saying just that, ASP.NET is a new
way of web programming, not a new version of ASP 3.0, ASP Classic will
always be supported...

Off course it doesnt offer as much things, the performance is worst that
the new ASP.NET, security as well... but still... ASP 3.0 is ASP 3.0 :-)
and I'm starting to move on to ASP.NET, only for a new Business Web
Application, I i will never convert my old stuff... even yesterday I
finish a simple website with some ASP 3.0 scripts :-) (AdRotator and a
simple Menu reading from an Access Database) - www.santiagofoods.com
This is my opinion on the matter, hope I could help.

Bruno Alexandre
"a Portuguese in København, Danmark"
VS wrote:
I would like to know that is there any need to Migrate ASP 3.0 applications
to ASP.NET
Is there any Cease or end of lifecycle of products on ASP 3.0 and associated
web based products announced by Microsoft, I have tried across all Microsoft
sites for this information but not able to find any thing relevant

Mar 24 '06 #2
I am the kind of guy that knits a brow when he looks at an ASP.NET 1.1
application becuase he thinks it's obsolete technology and people should move
on to better things in life - but honestly - in a real world - the real
question is - why should I spend time and money to migrate a system that
works?

The answer is often not as straight forward. Here's the deal - Do you still
support and maintain the system? Do you still add features to it? If you do
you should seriously think on atleast designing your new components on
ASP.NET - that way you'll be much more productive and doing more with lesser
code. The Neat thing about DotNet is that you can take ASP code and run it
"as is" on IIS with DotNet. So the question is not 'do you need to upgrade'
but rather 'why not upgrade??'

If i were you, i would move my application to a DotNet based Server, design
a couple of new components on ASP.NET 2.0 and then sloowly, as and when time
permits, migrate one page at a time to ASP.NET 2.0. But Thats just me... :)

Cheers,
Rajiv.
"VS" wrote:
I would like to know that is there any need to Migrate ASP 3.0 applications
to ASP.NET
Is there any Cease or end of lifecycle of products on ASP 3.0 and associated
web based products announced by Microsoft, I have tried across all Microsoft
sites for this information but not able to find any thing relevant

Mar 24 '06 #3
The answer is, of course : does the application still serve its purpose ?

If your ASP 3.0 application can handle the needs of its clients,
there's absolutely no need to migrate it to ASP.NET 2.0.

The largest benefits ASP.NET 2.0 offers, besides architectural and
code management considerations, are its scalability and efficiency factors.

ASP 3.0 runs on interpreted languages so it's noticeably slower than ASP.NET 2.0,
although a bit more efficiency can be obtained by compiling code to dll's either with
C++ or VB6.

But, whenever you need to change any compiled code, you have to stop your whole site.

ASP.NET 2.0 delivers much more throughput because, after the initial compilation,
your site is running from memory. Also, you can hot-swap assemblies.

There is no "end of lifecycle" for ASP. You can use it from here to eternity if you wish.
MS support for it will end at some point in the future, though.

You should only migrate your applications if you need better performance
than you're getting ( if the website is choking on too many visitors, for example )
or if you will benefit from the management advantages that OOP provides.

Those are the key improvements which ASP.NET boasts over ASP 3.0.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"VS" <VS@discussions .microsoft.com> wrote in message
news:4A******** *************** ***********@mic rosoft.com...
I would like to know that is there any need to Migrate ASP 3.0 applications
to ASP.NET
Is there any Cease or end of lifecycle of products on ASP 3.0 and associated
web based products announced by Microsoft, I have tried across all Microsoft
sites for this information but not able to find any thing relevant

Mar 24 '06 #4

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

Similar topics

13
2078
by: Hennesey | last post by:
Hello all, we have build a big application with VB6. Now I prefer to migrate to .NET. Maybe step by step. Therefore I'am looking for good arguments to persuade my boss. So what are the most important reasons for migrating a application from VB6 to .NET?
4
2299
by: Bon | last post by:
Hello all Would it be possible to migrate the MS Access 2000 to MS SQL Server 2000? My application is using MS Access 2000 as database and as user interface such as forms. Now, I want to migrate the backend database from MS Access 2000 to MS SQL Server 2000. However, I want to keep the MS Access 2000 interface. Would it be possible?
2
2565
by: Vikrant | last post by:
Hi DB2/UDB Gurus, I got the same problem , when I am migrating DB2/UDB 5.2 to 7.2 EE under AIX. Is this a known problem ?, I would sincerely appreciate (well if you want to have money, that is also possible, I am serious)
1
4581
by: Davor | last post by:
I have to migrate database from AIX DB2 to MS Sql Server 2000. In one table there is field with GIF image. I have tried with "Import/Export Data" wizard on SQL server to import that table. All other fields are successfully migrated except for that field with gif image (I get only "GIF89A" as value in that field on MS SQL). Also, "Import/Export Data" wizard on SQL server "sees" that field as LONG VARCHAR???? (isn't this supposed to be...
6
2218
by: Shimon Sim | last post by:
Hi I am working on application that need to hold custom user information - Last and first name, email, some other domain related information. I used to create Base class for all my pages. The base class would have CurrentUser property that would hold customer class in session and that was fine for all my situations. Now ASP.NET 2.0 came and we have Profile property for pages that could be extended with configuration to have custom...
12
1492
by: Jeff | last post by:
Looking for your highly subjective opinions (from those of you who have been working extensively with VS 2005). I have a client that needs/wants a complete rewrite of an existing application. I will be proposing a .NET Windows application with a supporting SQL Server database. It will likely take 4-5 months before we roll out the first production version. Because of the apparent issues with VS 2005 (poor performance, unpredictable and...
14
2128
by: John | last post by:
My friend told me that his company will migrate the VC++ win32 applications to C++ .NET windows applications. I don't understand why since currently Microsoft only supports .NET on windows platforms. If Win32 applications and .NET application both will run on windows only, what's the advantages for the migration? Or maybe this type of migration is not common in practice?
1
1876
by: Robert Scheer | last post by:
Hi. We have several internal Windows Forms applications and two ASP.NET applications that realy heavily on CSS files. We are considering to migrate the Web applications and some of the Windows Forms applications to WPF. Is there any tool or guide that can help us to migrate the presentation layer from CSS to WPF? Did anyone have some experience on that? Thanks,
9
1651
by: Algonquin J. Calhoun | last post by:
I've developed an application that exceeds the Access 2GB limit. This application was developed as a prototype and the users have found it very useful. Approximately 45,000 records are added to the database each day. Every 3 months I have to archive some of the older detail rows to allow continued running of the application against the most current 90 day data. The users have decided to incorporate ALL of the data for their analysis. ...
0
8357
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
8277
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
8803
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
8700
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...
1
8465
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6158
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
5612
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
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.