ASP ASP.NET Coexistence

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 ?
 
C

Cowboy \(Gregory A. Beamer\)

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)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top