Hi D Browne,
As for classic ASP pages and ASP.NET web application pages,they can coexist
in the same application in IIS as long as you've configured the IIS service
extension correctly. However, to share states/data between them is really a
tough problem. So far what I've got (to share states between ASP and
ASP.NET ) is the same as the article JIGNESH has suggested, you will need
to make both of them persist session data in database so as to make them
shared.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "D Browne" <(E-Mail Removed)>
>Subject: Re: ASP with ASP.net
>Date: Tue, 22 Jan 2008 11:39:49 -0700
>
>I will take a look at it.
>
>Thanks alot
>
>"Jignesh" <(E-Mail Removed)> wrote in message
>news:e7jwY$(E-Mail Removed)...
>> Here is an article from microsoft.
>> http://msdn2.microsoft.com/en-us/library/aa479313.aspx
>>
>> Regards
>> JIGNESH
>>
>> "D Browne" <(E-Mail Removed)> wrote in message
>> news:EF67CC20-81EA-429C-BBC1-(E-Mail Removed)...
>>> We have an existing ASP application. We would like to use some new
>>> functionality in ASP.net without changing our ASP application. Is there
>>> any process path or instructions on how to accomplish this. We will
need
>>> to send sessions variables between ASP and ASP.net
>>>
>>> We are accomplishing this currently ASP and ASP.net, but I don't think
we
>>> are using an effecient process. Just looking for the best practices way
>>> of passing between asp and asp.net
>>>
>>> Thanks.
>>
>
>