DotNet components plain asp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew .

    #1

    DotNet components plain asp

    Hi People,

    Can DotNet components be used in plain asp? (Not ASP.NET)

    Cheers,

    Andrew
  • Cor Ligthert

    #2
    Re: DotNet components plain asp

    Andrew,

    Probably in a lot of cases yes however the least you have to do is change
    the extention name from asp to aspx. Used in the classic asp way there is
    not so much difference between classic asp and aspnet without compiled
    Dll's.

    It is possible to go step by step from asp to aspnet, as well without
    compiled Dll where one of the advantage is the more readability of your
    code.
    (Seperation of the serverside code from your HTML)

    The best newsgroup for more information about your question is probably

    microsoft.publi c.dotnet.framew ork.aspnet

    I hope this helps?

    Cor
    [color=blue]
    > Hi People,
    >
    > Can DotNet components be used in plain asp? (Not ASP.NET)
    >
    > Cheers,
    >
    > Andrew[/color]


    Comment

    Working...