Skip to main content
November 30, 2007
Question

ASP VBScript

  • November 30, 2007
  • 1 reply
  • 359 views
Are developers "jumping ship" when it comes to ASP VBScript development?

ASP.NET has been around for a while, yet I don't see an abundance of developers moving over from ASP until the recent announcement of "we will no longer support it" statement. Can MS really strong arm developers away from ASP, to convert to their ways or face the consequences of being obsolete? How many developers are moving from ASP to PHP because of this tactic by MS?

ASP.NET has some pros, but sometimes you feel like your driving a 18 wheeler when all you needed was a Prius.

What's your thoughts / suggestions / comments?
This topic has been closed for replies.

1 reply

Inspiring
December 1, 2007
"jsteinmann" <webforumsuser@macromedia.com> wrote in message
news:fipod4$3pp$1@forums.macromedia.com...
> Are developers "jumping ship" when it comes to ASP VBScript development?
>
> ASP.NET has been around for a while, yet I don't see an abundance of
> developers moving over from ASP until the recent announcement of "we will
> no
> longer support it" statement. Can MS really strong arm developers away
> from
> ASP, to convert to their ways or face the consequences of being obsolete?
> How
> many developers are moving from ASP to PHP because of this tactic by MS?
>
> ASP.NET has some pros, but sometimes you feel like your driving a 18
> wheeler
> when all you needed was a Prius.
>
> What's your thoughts / suggestions / comments?

Dreamweaver's ASP.NET was okay in the first installment, I believe that was
back in Dreamweaver MX (6),
since then the servermodel hasn't been developed any further, and in the
next version it will be removed completely.

Deprecated features in Dreamweaver
http://www.adobe.com/go/kb402489

Use Visual Studio if you're serious about developing in ASP.NET, I've
developed ASP.NET Sites using Dreamweaver for the Layout/Design and the
opensource .NET IDE SharpDevelop for coding in C#, and had to develop a Code
Behind generation technique ( http://www.xs4all.nl/~whizzrd/code/) to create
the stub C# codebehind classes for the Pages and UserControls built in
Dreamweaver, but because of the vertical nature of the process, making
changes to the html after the code behind is generated is tedious.