Incorporating Visual Basic code on a website

R

rutan

If I own FrontPage 2003, can I write and deploy Visual Basic code blocks to
my website?

Or do I have to purchase Visual Studio or Visual Basic .NET 2003?
 
K

Kevin Spencer

If I own FrontPage 2003, can I write and deploy Visual Basic code blocks
to
my website?

Or do I have to purchase Visual Studio or Visual Basic .NET 2003?

None of the above.

If you want to do server-side prgoramming, you might want to look at ASP
with Visual Basic Scripting Editioin (VBScript). VBScript is the default
scripting language for ASP. As it is scripting, it needs no compiler. You
can edit ASP pages in FrontPage or even Notepad.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
R

Rutan

So, is ASP similar to shell scripting for UNIX, it not needing a compiler? Or
maybe it's closer to PERL?
 
K

Kevin Spencer

Neither. ASP is an ISAPI (Internet Server Application Programming Interface)
that runs on IIS, and uses VBScript at run-time.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
J

Jens Peter Karlsen[FP MVP]

Or JScript but usually VBScript is used.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Kevin Spencer [mailto:[email protected]]
Posted At: 7. marts 2005 22:00
Posted To: microsoft.public.frontpage.programming
Conversation: Incorporating Visual Basic code on a website
Subject: Re: Incorporating Visual Basic code on a website


Neither. ASP is an ISAPI (Internet Server Application
Programming Interface) that runs on IIS, and uses VBScript at
run-time.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

Rutan said:
So, is ASP similar to shell scripting for UNIX, it not needing a compiler?
Or
maybe it's closer to PERL?
 

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