Page directive for asp compatiblity

  • Thread starter Thread starter Chumley Walrus
  • Start date Start date
C

Chumley Walrus

I have some classic asp code that I want to keep in an aspx page, what
is the page directive to use to keep the aspx page asp compatible?
Thanks
Chumley
 
Chumley:

You might be thinking of the aspcomat attribute, but this is only useful
if you are using COM interop from the page - it doesn't help run ASP code.
 
Back
Top