PowerBuilder 11.0 supports deploying existing PowerBuilder client/server
business applications as an ASP.NET WebForm application. This greatly
improves developer productivity without having to learn a new development
language and preserves PowerBuilder development skills. Although the deployed
WebForm application retains all the functionality of its original
client/server application, due to the technological shift in the running
environment from a two-tier client/server environment to a three-tier Web
paradigm, some features of PowerScript will not be supported in a Web
environment. And due to language restrictions between .NET and PowerScript,
you may need to rework/refactor your code to make it suitable for .NET
development.
This article will walk through some of th... (more)