For deployment of all .NET target types, production servers must have:
Windows XP SP2, Windows 2003, or Vista operating system
.NET Framework 2.0
PowerBuilder runtime dynamic link libraries in the system path or global assembly cache
You can use the PowerBuilder Runtime Packager tool to deploy runtime DLLs. For a list of PowerBuilder runtime DLLs, see the chapter on “Deploying Applications and Components” in Application Techniques. For .NET Web Forms and Web Service targets, see also “Deploying to a production server”.
In addition, for .NET Web Forms and Web Service targets, production servers must have:
IIS 5, IIS 6, or IIS 7
For information on configuring IIS, see “Installing IIS”.
ASP.NET Framework 2.0
For information on configuring the .NET Framework, see “Selecting the default ASP.NET version”
IE Web Controls installed (Web Forms only)
For information on installing IE Web Controls, see “Setting up IE Web Controls on the server”.
ASP.NET permissions for all files and directories used by your applications
For an example of how to grant ASP.NET permissions, see “Setting up a SQL Anywhere database connection”. For command line instructions granting ASP.NET permissions to deployed application directories, see “Granting ASP .NET user permissions”.
For information on three different methods for deploying .NET Web Forms applications to a production server, see “Deploying to a production server”. These methods are also valid for deployment of .NET Web Service components.