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

ASP.Net cohabitation with ASP: any possible issue ?

Good evening,

I will develop an ASP.Net 2.0 application that will be integrated into
a -classic- ASP web site.
Beside ensuring that the ASP.Net framework is installed, are there any
specific issue that could be created by the cohabitation of the two
techniques on the same site and that I should be aware of before starting
the development?
Basically, the ASP.Net application will edit/display database data.
Thanks in advance for your feedback,

Michel
Sep 14 '07 #1
3 1245
Several options to do that are pointed to at :
http://weblogs.asp.net/bleroy/archiv...21/245826.aspx

Also, see :
http://www.codeproject.com/aspnet/SessionTransfer.asp

Also, see :
http://www.eggheadcafe.com/articles/20021207.asp

If you don't need to pass information from ASP --ASP.NET --ASP
you'll have no problem. They can coexist easiyl without interfering each other.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"news.microsoft.com" <Contact //@// michelcouhe.netwrote in message news:O0**************@TK2MSFTNGP05.phx.gbl...
Good evening,

I will develop an ASP.Net 2.0 application that will be integrated into a -classic- ASP web site.
Beside ensuring that the ASP.Net framework is installed, are there any specific issue that could be created by the
cohabitation of the two techniques on the same site and that I should be aware of before starting the development?
Basically, the ASP.Net application will edit/display database data.
Thanks in advance for your feedback,

Michel


Sep 14 '07 #2
one thing, asp and asp.net sessions aren't the same session, so if you need
share data in this way you can't

greetings,
Sergio E.
"news.microsoft.com" <Contact //@// michelcouhe.netescribió en el mensaje
news:O0**************@TK2MSFTNGP05.phx.gbl...
Good evening,

I will develop an ASP.Net 2.0 application that will be integrated into
a -classic- ASP web site.
Beside ensuring that the ASP.Net framework is installed, are there any
specific issue that could be created by the cohabitation of the two
techniques on the same site and that I should be aware of before starting
the development?
Basically, the ASP.Net application will edit/display database data.
Thanks in advance for your feedback,

Michel


Sep 15 '07 #3
yup but although not shared, i think both have same session ID. so u
can manipulate the session ID and find a way to 'share' session
variables

that is what i experienced, when i have a .net 2.0 sub virtual
directory under a .net 1.0 website.

On Sep 15, 9:48 am, "Sergio E." <gruporemp[ARROBA]hotmail.comwrote:
one thing, asp and asp.net sessions aren't the same session, so if you need
share data in this way you can't

greetings,
Sergio E.
"news.microsoft.com" <Contact //@// michelcouhe.netescribió en el mensajenews:O0**************@TK2MSFTNGP05.phx.gbl. ..
Good evening,
I will develop an ASP.Net 2.0 application that will be integrated into
a -classic- ASP web site.
Beside ensuring that the ASP.Net framework is installed, are there any
specific issue that could be created by the cohabitation of the two
techniques on the same site and that I should be aware of before starting
the development?
Basically, the ASP.Net application will edit/display database data.
Thanks in advance for your feedback,
Michel- Hide quoted text -

- Show quoted text -

Sep 17 '07 #4

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

Similar topics

0
by: Roland Hall | last post by:
Scenario: E-commerce: User clicks on a button , item is added to cart. User can either continue shopping or view cart. The order here doesn't matter. When user views cart, two items are...
17
by: Roland Hall | last post by:
I eliminated cookies from my shopping cart this morning. I'm now using sessions to keep track of users. In my global.asa I have the following: sub Session_onStart session.Timeout = 20...
5
by: Ken Barrett | last post by:
I apologize in advance for cross-posting, but I have noted that others have experienced similar issues and was hoping that someone could help. Briefly, I am working on an ASP.NET content...
0
by: Patrick.O.Ige | last post by:
This what i got from microsoft! GDluck Dear ASP.NET Customer, This alert is to advise you of the availability of a web page that discusses an investigation Microsoft is currently conducting...
24
by: Rob R. Ainscough | last post by:
VS 2005 I have: ClickOnce deployment User's that hate and or don't want to use an IE Client (don't blame them) I don't see how ASPX web pages are going to survive? With .NET 2.0 and clickonce...
9
by: HK | last post by:
My website emails me when it raises an exception. I'm getting about 10 emails per day that look similar to this, but in each, the IP address and port, and the email-looking stuff, are different. ...
3
by: Richard Finnigan | last post by:
Hi I was wondering if anyone could help me with this problem. I've been using VWD and my webhost ( a shared hosting package) have told me that the MSQL express files wont work on thier server so...
0
by: shamirza | last post by:
· When was .NET announced? Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET 'vision'. The July 2000 PDC had a number of sessions on .NET technology, and...
0
by: shamirza | last post by:
· What is view state and use of it? The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested...
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...
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: 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...
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
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.