| Publisher | Microsoft | ||
|---|---|---|---|
| Format | 148.5KB PDF | Date added | 01 Jan 2004 |
| Topics | Programming Languages, .NET, Application Development | ||
| Downloads | 12 | ||
Even though it's possible to execute asp and asp.net pages on the same server and even in the same directory, the communication between the two systems is difficult. For example, the Session and Application objects are not shared. This coexistence in quasi-sealed execution containers limits the simplicity one could expect from a migration from ASP to ASP.NET. Many solutions exist to this problem, but this memo proposes a new one that consists in the creation of an ASP execution environment inside the ASP.NET infrastructure.
Related white papers
ASP.NET-Beyond the Starter Kits, Creating Custom Modules (Part 1 of 2)-Level 200
This webcast will demonstrate how easy it is to use ASP.NET to extend popular web portal frameworks to meet custom needs. This webcast explains the DotNetNuke portal framework and shows...
Intro to Perl on Windows
Although Perl may have been born and raised in the Unix universe, the world's favorite practical extraction and reporting language has had, and has had for some time, an established...
Explore the Data Access Options in Visual Studio 2008: Visual Studio 2008 and .NET 3.5 Give Developers Substantially Increased Data Access Options
In Visual Studio 2008 running on the .NET framework 3.5, developers can not only create DataReaders and DataSets; Microsoft has also added LINQ to SQL, Entity Framework, and ADO.NET Data...
CmUML - A UML Based Framework for Formal Specification of Concurrent, Reactive Systems
Complex software systems possess concurrent and reactive behaviors requiring precise specifications prior to development. Lamport's transition axiom method is a formal specification method which combines axiomatic and operational approaches. On...
An Integrated-Documentation Tool for Oracle Databases
In an ideal world, all software and database systems would have clear documentation that is always up to date. In the real world, however, documentation usually is either non-existent or...
Creating Simple Firefox "Add-Ons" With Ubiquity: Developing Add-Ons for Firefox Can Be Tedious, But It's Not Hard
Making add-ons for Firefox is not hard, but development can be tedious, especially as there is no formal development IDE for making them (Venkman comes closest, but it's not very...
From Delegate to Lambda: The Key to Understanding Lambda Expressions Lies in Understanding Delegates
Delegates play a tremendously important role in developing applications for the .NET Framework, especially when using C# or Visual Basic. Events, a special application of delegates, are used all over...

