473,382 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Performance decrease after migration to .NET

Has anyone experienced a performance decrease after migrating a project to
..NET? We migrated our code from ASP to ASP.NET, modifying sintax whenever
needed. Basically, the application is the same but it now has its code
separated into the .aspx and codebehind (.aspx.vb) files. After compiling
the DLL in /bin and some debugging, the application runs just fine and takes
advantage of having the codebehind compiled. Migration will continue so that
eventually we use all the benefits of .NET, like web controls or ADO.NET.

We ran benchmarks comparing our pre-.NET application and the newly migrated
..NET one, and .NET has proved to have faster execution times. Slightly
faster, but that will only improve after continuing migration of Interop
components, and as we use more of the native ASP.NET features.

However, one of our customers that is trying out the ASP.NET version and is
running benchmarks of their own has experienced the exact opposite scenario:
Their ASP.NET implementation runs slower than the regular ASP one. We have
duplicated their environment on our test servers to the greatest extent
possible (same OS, Service Packs, etc) and we always get better execution
times on the ASP.NET version.

Needless to say, we are still tuning-up the application, but we wanted to
know if anyone has experienced a similar problem, where an ASP application
performs better than an almost "copy and paste" version on ASP.NET. We still
use ADO thru COM Interop and there are no plans to move to ADO.NET in the
near future.

I am looking for any thoughts as to what to have in mind when using ASP.NET
with ADO Interop to run an application that was originally created in ASP
with ADO. What are the common pitfalls you might have experienced that
caused a slower performance with .NET? What could cause an ASP page to run
faster than its codebehind-compiled-equivalent in ASP.NET?

Thanks,

-Christian Correa

Nov 18 '05 #1
0 924

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

Similar topics

13
by: Lucas Hofman | last post by:
Hi, Just installed Python 2.4 on a machine (RH8.0 Linux) that also has python 2.3 and python 2.2 installed. The latter came with the linux distribution, the other are compiled from source...
4
by: Matik | last post by:
Hi, I have a small theoretical issue. I have one table, which is prettyu large. There is lot of evaluations running on this table, that's why, each process need to wait for another to be...
35
by: sacha.prins | last post by:
Hi, I read a lot about DB2 INSERT performance here. I have a nice story as well. The thing is, I work on 2 installations of DB2 (on completely different locations) which run on different (but...
1
by: TGF | last post by:
I am wondering if it is feasible to use .NET for applications that have to be very fast. We have a few applications that are blazingly fast, written in Borland C++ using Borland C++ Builder. We...
1
by: marcfischman | last post by:
Please help. I have a website running on a linux/apache/mysql/php server. I receive about 8,000-10,000 visitors a day with about 200,000 to 300,000 page views. The server is a RedHat Linux...
5
by: Markus Ernst | last post by:
Hello A class that composes the output of shop-related data gets some info from the main shop class. Now I wonder whether it is faster to store the info in the output class or get it from the...
8
by: NAdir | last post by:
Hi, thank you for your help. My VB.Net application contains a document that the user can refresh at any time. The refresh works fine and needs to loop through few datatables (hundreds of rows)....
2
by: manindra | last post by:
Recently we migrated our product from MS-SQL 2000 to Oracle 9i. We see lot of performance degradation due to migration. Some times complex queries are hitting 10 fold slower than SQL Server. ...
2
by: sdanda | last post by:
Hi , Do you have any idea how to improve my java class performance while selecting and inserting data into DB using JDBC Connectivity ......... This has to work for more than 8,00,000...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.