Mixing ASP Classic with DOTNET

A

Andrew Jocelyn

Hi

Does anyone know if I can use DOTNET assemblies in an ASP Classic page?
Basically I want to start writing business logic and database access stuff
in DOTNET but I want to use ASP Classic pages for presentation.

If so is there any information about this you could direct me to?

Thanks
Andrew
 
P

Patrice

The "regasm" tool allows to expose .NET assemblies as COM objects. I've done
this provide ponctual support for existing ASP application (such as creating
thumbnails).

I would avoid doing this at a large scale. If this is a new application, I
would choose either ASP or ASP.NET but would avoid mixing both...
 

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