Hi ,

WE are already having the ASP site working in production. WE need to do some
major enhancements in the application which we need to do in the .NET 2.0

Do we have any article or writeup which can give us the best practices and
guidelines for creating the Website having ASP and ASP.NET together ?

Re: ASP ASP.NET Coexistence by Cowboy

Cowboy
Fri Jul 25 21:50:02 CDT 2008

The hardest part is sharing session. See this post for some info:
http://weblogs.asp.net/bleroy/archive/2004/10/21/245826.aspx

This is largely necessary due to the fact that most people overuse session
in ASP. As long as you can get session variables back and forth, you can
build ASP.NET one page at a time.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
"neerajb@noida.nospamhcltech.com"
<neerajbnoidanospamhcltechcom@discussions.microsoft.com> wrote in message
news:D042D950-11BC-4AF7-9E75-B4AF5313A6E9@microsoft.com...
> Hi ,
>
> WE are already having the ASP site working in production. WE need to do
> some
> major enhancements in the application which we need to do in the .NET 2.0
>
> Do we have any article or writeup which can give us the best practices and
> guidelines for creating the Website having ASP and ASP.NET together ?
>