ASP ASP.NET Coexistence

  • Thread starter Thread starter neerajb
  • Start date Start date
N

neerajb

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 ?
 
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! |
********************************************
"(e-mail address removed)"
 
Back
Top