VB versus VB.net IS there such a thing?

  • Thread starter Thread starter ASP 1.1-VB6.0 developer
  • Start date Start date
A

ASP 1.1-VB6.0 developer

I have a very simple and maybe naive question. What is the difference
between using VB with IIS server for asp applications and using vb.net
with IIS server for asp applications? I may have this wrong but a it
guy says I can have either. I am familiar with vb but not vb.net.
Aren't the commnads the same?
 
Your friend probably means VBScript (classic ASP).
VBScript is interpreted, VB.NET is compiled. They have similar
syntax but that is where the similarity ends - they are worlds apart.
Peter
 

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