ASP with ASP.net
am 22.01.2008 18:15:19 von D Browne
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.
Re: ASP with ASP.net
am 22.01.2008 18:52:58 von Jignesh Desai
Here is an article from microsoft.
http://msdn2.microsoft.com/en-us/library/aa479313.aspx
Regards
JIGNESH
"D Browne" wrote in message
news:EF67CC20-81EA-429C-BBC1-47F02DFD0E01@microsoft.com...
> 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.
Re: ASP with ASP.net
am 22.01.2008 19:39:49 von D Browne
I will take a look at it.
Thanks alot
"Jignesh" wrote in message
news:e7jwY$RXIHA.5364@TK2MSFTNGP04.phx.gbl...
> Here is an article from microsoft.
> http://msdn2.microsoft.com/en-us/library/aa479313.aspx
>
> Regards
> JIGNESH
>
> "D Browne" wrote in message
> news:EF67CC20-81EA-429C-BBC1-47F02DFD0E01@microsoft.com...
>> 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.
>
Re: ASP with ASP.net
am 23.01.2008 03:31:26 von stcheng
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"
>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" wrote in message
>news:e7jwY$RXIHA.5364@TK2MSFTNGP04.phx.gbl...
>> Here is an article from microsoft.
>> http://msdn2.microsoft.com/en-us/library/aa479313.aspx
>>
>> Regards
>> JIGNESH
>>
>> "D Browne" wrote in message
>> news:EF67CC20-81EA-429C-BBC1-47F02DFD0E01@microsoft.com...
>>> 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.
>>
>
>
Re: ASP with ASP.net
am 28.01.2008 10:00:09 von stcheng
Hi D Browne,
Have you got progress on this? If there is anything else need help, welcome
to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: stcheng@online.microsoft.com (Steven Cheng[MSFT])
>Organization: Microsoft
>Date: Wed, 23 Jan 2008 02:31:26 GMT
>Subject: Re: ASP with ASP.net
>
>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"
>>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" wrote in message
>>news:e7jwY$RXIHA.5364@TK2MSFTNGP04.phx.gbl...
>>> Here is an article from microsoft.
>>> http://msdn2.microsoft.com/en-us/library/aa479313.aspx
>>>
>>> Regards
>>> JIGNESH
>>>
>>> "D Browne" wrote in message
>>> news:EF67CC20-81EA-429C-BBC1-47F02DFD0E01@microsoft.com...
>>>> 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.
>>>
>>
>>
>
>