> I'm brand new to asp. I've purchased a program,
Community Server, written
> in
> asp.net; specifically c#.
> I'd like to be able to rewrite some files by using the
GUI that
> Dreamweaver
> CS3 affords me, but I see that I have to write in VB
Script. Can this then
> be
> easily converted to VB asp.net, to be compatible with
the rest of my site?
You can convert C# to VB with several online converters. That
said, I doubt
DW will work for you. I assume Community Server is using
codebehind and
compiled code...DW can't do that. You'll want to use visual
studio.
BTW, it's fine that the rest of your site is VB and you
leaving the rest C#.
-Darrel