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

ASP.NET Integration with ASP 3

Hi,

I developed many complete asp.net solutions by VS2005 without problems;
but now I have to integrate and replace some pages of a big existing
project built in asp 3.0.
I tried to compose a new solution importing the existing asp pages, but
during execution errors told me that asp pages is not valid format.
So I tried to put only the new ASPX page on the server, inside the
existing structures, but the pages doesn't recognize the path
structures, the only one solution I found is to putting all the related
docs (like class and Web User Controls) inside the same path of the
aspx... but I can't copy this each page...

Are there some one who can give me some suggestions, please!

Thank you

Melk
Jul 4 '06 #1
2 991
Hi,
>
I developed many complete asp.net solutions by VS2005 without problems; but
now I have to integrate and replace some pages of a big existing project
built in asp 3.0.
I tried to compose a new solution importing the existing asp pages, but
during execution errors told me that asp pages is not valid format.
So I tried to put only the new ASPX page on the server, inside the existing
structures, but the pages doesn't recognize the path structures, the only one
solution I found is to putting all the related docs (like class and Web User
Controls) inside the same path of the aspx... but I can't copy this each
page...

Are there some one who can give me some suggestions, please!

Thank you

Melk
Even if you put both asp3 and asp.net applications in the same
directory, they still would be two separate applications. You can't
share information except through querystring and postdata.
A login in one application would not be recognized by the other.
Both have a Session, but they work very differently.
Maybe you can have the asp.net webapp in a subdirectory (separate
application in IIS) of the asp3 webapp.

Hans Kesting
Jul 5 '06 #2
"Hans Kesting" <ne***********@spamgourmet.comwrote in message
news:mn***********************@spamgourmet.com...
Even if you put both asp3 and asp.net applications in the same directory,
they still would be two separate applications.
That's certainly true.
You can't share information except through querystring and postdata.
Not true at all - both ASP and ASP.NET are perfectly capable of interfacing
with a relational database, reading an XML document, even reading a text
file... There are plenty ways of making them work together... However,
whether that's a sensible solution or not is a different matter... :-)
A login in one application would not be recognized by the other.
Of course it would - if it was written that way, e.g. via a database
backend...
Both have a Session, but they work very differently.
That's certainly true.
Jul 5 '06 #3

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

Similar topics

0
by: Wolfgang Keller | last post by:
Hello, Python seems to be used quite a lot for (the integration of) enterprise applications. Just as an example, there are at least three (projects for the implementation of) ERP systems in...
4
by: Dan | last post by:
Hello all. I am currently working on a project for several Hospitals. The application is written in Java, and the database is either Oracle or MySql, depending on the client. For a while now,...
0
by: Wayan | last post by:
Geekcorps Volunteer - Systems Integration Kenya, East Africa Geekcorps http://www.geekcorps.org is in search of systems integration professionals experienced in developing communication systems...
0
by: Magic1812 | last post by:
Magic Software invites you to join us this coming Tuesday (January 13th, 2004) at 12:00 EDT / 17:00 GMT for a FREE live Webinar: Title: Accelerated Application Integration and Information...
0
by: Magic1812 | last post by:
Magic Software invites you to join us this coming Tuesday (January 13th, 2004) at 12:00 EDT / 17:00 GMT for a FREE live Webinar: Title: Accelerated Application Integration and Information...
0
by: S Arnold | last post by:
Date: June 24, 2004 Time: 4:00 PM - 5:00 PM (GMT +01:00) Presenter: Richard Curtis Description: iBOLT, Magic's comprehensive EAI and BPM suite was recently described by VP Strategic Services...
0
by: Stylus Studio | last post by:
DataDirect XQuery(TM) is the First Embeddable Component for XQuery That is Modeled after the XQuery API for Java(TM) (XQJ) BEDFORD, Mass.--Sept. 20, 2005--DataDirect Technologies...
3
by: gb | last post by:
We are in the process of upgrading part of a large system to .NET, whilst the majority will remain ASP. Sharing session state information will not be a problem at the moment as it is trivial and...
0
by: Stylus Studio | last post by:
Hey Everyone, A new podcast entitled: Business-to-Business Data Integration in a SOA World was just released by ZapThink. The key speakers in the podcast are the following: ZapThink...
1
by: YellowfinTeam | last post by:
Marketplace: Yellowfin reporting 3.1 with BIRT Integration Yellowfin is proud to announce the release of 3.1. The major theme of this release is enhanced integration capability. We have...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...
0
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...
0
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,...
0
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...

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.