473,320 Members | 2,083 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,320 software developers and data experts.

Porting Classic ASP to .Net

We have a large web based internal app written in classic ASP running against
a SQL Server2000 database (!00+ tables, up to ten million rows in a dozen of
the tables). We would like to begin a staged port of the application by
applying the 1.1 framework to the database server and then compiling a .dll
that will use the sqlclient connection object, which can then be called from
the classic asp pages.

Is this a feasible idea? Or, perhaps can the calls be made directly to to
System.Data.SqlClient from the asp pages if the frameork is installed in the
IIS server?

Thoughts?

Thanks in advance --Jim
Nov 22 '05 #1
1 1203
I would recommend that you pick isolated sections of your application that
do not have session or application dependencies and convert them to asp.net
pages, and only do this when you need to update a part of your application
or bug fix. Migration from a working application especially given that asp
is still technically a supported product and you are running a live app
doesn't really offer you anything other than additional work.

Can you run a compiled dll in asp - yes - would I do it - only if I couldn't
find a more appropriate solution.
http://msdn.microsoft.com/library/de...mblyforcom.asp

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"JHowell" <JH*****@discussions.microsoft.com> wrote in message
news:57**********************************@microsof t.com...
We have a large web based internal app written in classic ASP running
against
a SQL Server2000 database (!00+ tables, up to ten million rows in a dozen
of
the tables). We would like to begin a staged port of the application by
applying the 1.1 framework to the database server and then compiling a
.dll
that will use the sqlclient connection object, which can then be called
from
the classic asp pages.

Is this a feasible idea? Or, perhaps can the calls be made directly to
to
System.Data.SqlClient from the asp pages if the frameork is installed in
the
IIS server?

Thoughts?

Thanks in advance --Jim

Nov 22 '05 #2

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

Similar topics

5
by: Ryan Liu | last post by:
Hi All, Now I am porting CC to GCC and I have some problems. Would you mind tell me some document which have some description how to port CC to GCC ?? Thank you very much. Ryan
4
by: golu | last post by:
Has any body done the porting from oracle to sql server, what were the issues in porting the data bases? Also suggest some resources which can be helpful in the porting project TIA Golu
1
by: JHowell | last post by:
We have a large web based internal app written in classic ASP running against a SQL Server2000 database (!00+ tables, up to ten million rows in a dozen of the tables). We would like to begin a...
4
by: Chris Travers | last post by:
Hi all; A few years ago, I set about porting a PHP application from MySQL to PostgreSQL, after realizing that MySQL wasn't going to be able to handle it. In order to do this, I built a light,...
4
by: Peter | last post by:
I have an application written in Access 2000 that I distribute to a number of organisations who use it on a variety of platforms, ranging from a P75 running Windows 95 to modern XP machines. It...
2
by: Prashant Taleda | last post by:
I used a convert wizard to upgrade a vb6 project to VB.Net The On error Goto code is left as is. Is there a way to convert it to try-catch-finally blocks automatically in the wizard?
6
by: Ted | last post by:
Here is one such function: CREATE FUNCTION my_max_market_date () RETURNS datetime BEGIN DECLARE @mmmd AS datetime; SELECT max(h_market_date) INTO @mmmd FROM holdings_tmp; RETURN @mmmd; END ...
4
by: Ian | last post by:
I would like to hear from others who have considered and/or ported code from traditional C++ to C++/CLI. The class library I am considering porting to C++/CLI was written in traditional C++ with...
0
by: Gregory Gadow | last post by:
I am moving a classic ASP website on a 32 bit server to an ASP.NET 2.0 website on a 64 bit server. I very much need to port the Adobe Acrobat FDF sdk to the new site, but I've run in to the dreaded...
34
by: subramanian100in | last post by:
Is there any difference between porting and migrating. Kindly explain
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

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.