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

Session ASP3.0 / ASP.NET

Hi,

Is there a way that I can write information into ASP 3.0 session, so that I
can read it in ASP.NET application ?

thanx, Neven
Apr 6 '06 #1
4 1192
Nice article here:

Share session state between ASP and ASP.NET apps
http://searchvb.techtarget.com/vsnet...293033,00.html

--

"just Googleit!"

Bruno Alexandre
(a Portuguese in Denmark)

"Neven Klofutar" <neven.klofutar@**re...m.o..v...e**vip.hr> escreveu na
mensagem news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,

Is there a way that I can write information into ASP 3.0 session, so that
I can read it in ASP.NET application ?

thanx, Neven

Apr 6 '06 #2
Also, here's an MSDN article with sample code :

"How to Share Session State Between Classic ASP and ASP.NET"
http://msdn.microsoft.com/asp.net/re...rttoaspnet.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bruno Alexandre" <br*******@filtrarte.com> wrote in message
news:Ov**************@TK2MSFTNGP02.phx.gbl...
Nice article here:

Share session state between ASP and ASP.NET apps
http://searchvb.techtarget.com/vsnet...293033,00.html

--

"just Googleit!"

Bruno Alexandre
(a Portuguese in Denmark)

"Neven Klofutar" <neven.klofutar@**re...m.o..v...e**vip.hr> escreveu na mensagem
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,

Is there a way that I can write information into ASP 3.0 session, so that I can read it in
ASP.NET application ?

thanx, Neven



Apr 6 '06 #3
And here's a 3rd party product that claims to be able to do this kind of
thing automatically:
http://www.consonica.com/Products/StateStitch.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP
http://SteveOrr.net

"Juan T. Llibre" wrote:
Also, here's an MSDN article with sample code :

"How to Share Session State Between Classic ASP and ASP.NET"
http://msdn.microsoft.com/asp.net/re...rttoaspnet.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bruno Alexandre" <br*******@filtrarte.com> wrote in message
news:Ov**************@TK2MSFTNGP02.phx.gbl...
Nice article here:

Share session state between ASP and ASP.NET apps
http://searchvb.techtarget.com/vsnet...293033,00.html

--

"just Googleit!"

Bruno Alexandre
(a Portuguese in Denmark)

"Neven Klofutar" <neven.klofutar@**re...m.o..v...e**vip.hr> escreveu na mensagem
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi,

Is there a way that I can write information into ASP 3.0 session, so that I can read it in
ASP.NET application ?

thanx, Neven



Apr 6 '06 #4
Pricing
Production Servers*
First server $495
Additional servers $345

Ouch!

:-)

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"Steve C. Orr" <St***@Orr.net> wrote in message
news:D5**********************************@microsof t.com...
And here's a 3rd party product that claims to be able to do this kind of
thing automatically:
http://www.consonica.com/Products/StateStitch.aspx
I hope this helps,
Steve C. Orr
"Juan T. Llibre" wrote:
Also, here's an MSDN article with sample code :

"How to Share Session State Between Classic ASP and ASP.NET"
http://msdn.microsoft.com/asp.net/re...rttoaspnet.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bruno Alexandre" <br*******@filtrarte.com> wrote in message
news:Ov**************@TK2MSFTNGP02.phx.gbl...
> Nice article here:
>
> Share session state between ASP and ASP.NET apps
> http://searchvb.techtarget.com/vsnet...293033,00.html
>
> --
>
> "just Googleit!"
>
> Bruno Alexandre
> (a Portuguese in Denmark)
>
> "Neven Klofutar" <neven.klofutar@**re...m.o..v...e**vip.hr> escreveu na mensagem
> news:%2****************@TK2MSFTNGP02.phx.gbl...
>> Hi,
>>
>> Is there a way that I can write information into ASP 3.0 session, so that I can read it in
>> ASP.NET application ?
>>
>> thanx, Neven
>>
>
>



Apr 6 '06 #5

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

Similar topics

1
by: Andy Smith | last post by:
I have been having massive problems trying to get data from ASP3 to XML. Could anyone suggest as effective solution for building and XML file on the fly? Many Thanks, Andy
2
by: Andy Smith | last post by:
I have been having massive problems trying to get data from ASP3 to XML. Could anyone suggest as effective solution for building and XML file on the fly? Many Thanks, Andy
1
by: Philip Chan | last post by:
I am using ASP3.0 and IIS5 I want to have OOP so I have define a class call Employee with property 'fullName' and methods like getFullName(). To save a group of employee in session, I use a...
14
by: mjkahn | last post by:
I've read (and read!) that you shouldn't store objects in Session variables. I've read these reasons: - The object takes up memory that may not be freed until the session times out. Better to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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.