ASP and ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 applications to build. One using ASP 3.0, and one using
ASP.NET. In both applications, I need to have the same functionality
in every page. How could I accomplish this in ASP application? In
the ASP.NET application?
 
Dear Richard,
Create the business logic as a .NET assembly.
Use the .NET assembly in ASP.NET
Using Interop convert the .NET assembly and use it in ASP 3.0

Thanks & Regards,
John Paul. A
MCP
 
Back
Top