DotNet components plain asp

  • Thread starter Thread starter Andrew .
  • Start date Start date
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.public.dotnet.framework.aspnet

I hope this helps?

Cor
 

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

Back
Top