473,322 Members | 1,778 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,322 software developers and data experts.

Can ASP Pages run in the ASP.NET application?

Hi:

I am trying move the ASP application to .NET. And I want to move a part of
ASP pages to .NET firstly and then move the other bacause they are
independent with each other. But it seems the ASP pages cannot run the
ASP.NET application, right?

I just want to make sure because I cannot make an ASP page run in the .NET
application, even the ASP page is just 'hello world' page. Maybe I need to
re-configure the .NET application setting?

Thanks

Q.

Nov 18 '05 #1
1 906
I have websites running with ASP and ASP.NET

it is a setting in IIS during the installation of IIS6 i can remember
that there was a option to install support for classic ASP

from ASP you cannot acces server side code or vice versa however i solved
this with so called proxys

scenario :

I have a webproject that has clients throughout europe , these clients are
making calls to ASP pages to generate license codes that are then send by
e-mail and / or fax
ofcourse all these requests are stored in a SQL database .

when .Net arived i wanted to rewrite this hole project because i thought (
and now prooved ) that i could write this more eficient in ASP.NET
however my boss did not wanted to replace all client apps ,

so what did i do alongside with the ASP prog i wrote the whole new .Net app
( even in the same webserver directory as the old ASP project )
when it was finished and thoroughly tested i wrote a ASP page with the same
name as the client used to call with its parameters

so my directory now contains these two files
PagCreateLic.asp

PagCreateLic.aspx
however the asp page contains nothing more as a
response.redirect("PagCreateLic.aspx?userid=" &
request.querystring("userid") & "&" )
So all new programs that are roled out are calling the ASPX page directly
all older programs think they comunicate with the ASP page however there
call is simply transfered

M. Posseth [MCP]


"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:Ov**************@tk2msftngp13.phx.gbl...
Hi:

I am trying move the ASP application to .NET. And I want to move a part of
ASP pages to .NET firstly and then move the other bacause they are
independent with each other. But it seems the ASP pages cannot run the
ASP.NET application, right?

I just want to make sure because I cannot make an ASP page run in the .NET
application, even the ASP page is just 'hello world' page. Maybe I need to
re-configure the .NET application setting?

Thanks

Q.

Nov 18 '05 #2

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

Similar topics

5
by: Olaf Gschweng | last post by:
We're new into DB2 and have some problem with DB2 8.1 (?) on a Linux system. We load some big tables of a DB2 database from files every day. We do a "DELETE FROM table" for each table and then we...
3
by: Lyle Fairfield | last post by:
In a recent thread there has been discussion about Data Access Pages. It has been suggested that they are not permitted on many or most secure sites. Perhaps, that it is so, although I know of no...
8
by: moondaddy | last post by:
Are frame pages really taboo in asp.net and if so, why and what's the down side of using them? I'm trying to use user controls instead, but it seems that a lot of things were a lot easier with...
5
by: Chris Zoper | last post by:
Hello, Norton Internet Security blocks some of my ASP.NET pages. The pages are very 'normal' pages though. There is no 'dangerous' code in it or something like that. Also, the page is not in a...
3
by: Joe | last post by:
Hi, I am new to creating .asp web sites and have a basic question. I have a website with .html pages running on an IIS server with .Net installed. I also have a couple of forms on the website....
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
4
by: bienwell | last post by:
Hi all, I have .NET framework 1.1 and 2.0 installed in the same server. I had some web pages developed in Visual Studio.NET 2003 and some inline code web pages before (framework 1.1) . Now I...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
11
by: mase | last post by:
I've built a new ASP.NET web app with the CSLA framework. The site runs fine with a small number of users, but once there is any traffic the CPU spikes at 100%. I went through and made many updates...
11
by: =?Utf-8?B?UGV0ZXIgSw==?= | last post by:
I am working with Visual Studio or alternately with Expression Web. I need to create about 50 aspx pages with about 1200 thumbnali images, typically arranged in three to four groups per page,...
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
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...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.