This is a subject that's been bothering me for month (how to share a session
"Guinness Mann" <GMann@Dublin.com> wrote in message
news:MPG.1a63354cb6661848989690@msnews.microsoft.com...
> In article <uaT4Dl7yDHA.2620@TK2MSFTNGP09.phx.gbl>,
> jdamato@teledatos.com.co says...
> > I would like to know what is the best practice to migrate
> > ASP application to ASP.NET application.
>
> I'm not going to address your specific question, but one thing that you
> will run across is how to communicate state between the asp and asp.net
> portions of your program. (Each service has its own session object.)
>
> There is an excellent article in this Month's asp.netPRO magazine by
> Dennis Hurst called "Share Session State Between ASP and ASP.NET Apps."
>
> It is also available at
www.aspnetpro.com, but if you're not a
> subscriber you can't access it.
>
> I have no connection with asp.netPro magazine or Dennis Hurst, just
> pointing out a resource.
>
> -- Rick