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?

Re: Incorporating Visual Basic code on a website by Kevin

Kevin
Mon Mar 07 12:57:45 CST 2005

> 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.


"rutan" <rutan@discussions.microsoft.com> wrote in message
news:D591793E-1793-420C-A68E-1A4CAA01C6C2@microsoft.com...
> 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?



Re: Incorporating Visual Basic code on a website by Rutan

Rutan
Mon Mar 07 14:03:06 CST 2005

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



"Kevin Spencer" wrote:

> > 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.
>
>
> "rutan" <rutan@discussions.microsoft.com> wrote in message
> news:D591793E-1793-420C-A68E-1A4CAA01C6C2@microsoft.com...
> > 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?
>
>
>

Re: Incorporating Visual Basic code on a website by Kevin

Kevin
Mon Mar 07 15:00:10 CST 2005

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" <Rutan@discussions.microsoft.com> wrote in message
news:FAB85A8C-35F8-47AB-88E2-F2833DDFE562@microsoft.com...
> So, is ASP similar to shell scripting for UNIX, it not needing a compiler?
> Or
> maybe it's closer to PERL?
>
>
>
> "Kevin Spencer" wrote:
>
>> > 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.
>>
>>
>> "rutan" <rutan@discussions.microsoft.com> wrote in message
>> news:D591793E-1793-420C-A68E-1A4CAA01C6C2@microsoft.com...
>> > 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?
>>
>>
>>