Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder dplynet170 – PowerBuilder Library

Powerbuilder dplynet170

Appendix – PB Docs 2017

Appendix Contents Custom Permission Settings The appendix describes custom permissions you can set on the Security tabs of Web Service projects. Custom Permission Settings You can set custom permissions for .NET Web Service components, in the Project painter Security tab. Document get from Powerbuilder help Thank you for watching.

Selecting the Default ASP.NET Version – PB Docs 2017

Selecting the Default ASP.NET Version If you installed multiple versions of the .NET Framework on the target Web server, you should make sure that IIS uses a supported version for .NET Assemblies or Web Services. You can make this change globally, for all ASP.NET Web site applications, or for individual applications that you deploy to…

Setting Up a SQL Anywhere Database Connection – PB Docs 2017

Setting Up a SQL Anywhere Database Connection Full control permissions are required for directories containing databases that you need to access from your .NET Web Service applications. Before the .NET Web Service connects to a SQL Anywhere database, you must either start the database manually or grant the IIS_IUSRS (IIS 7.5 or later) default permissions…

Configuration Requirements for Windows 7 and Later – PB Docs 2017

Configuration Requirements for Windows 7 and Later When you run PowerBuilder on Windows 7 or later under a standard user account, and attempt to deploy Web Service projects, the User Account Control (UAC) dialog box appears. This dialog box allows you to elevate your privileges for the purpose of deployment. Deploying .NET targets to a…

Checklist for Deployment – PB Docs 2017

Checklist for Deployment Verify that production servers and target computers meet all requirements for running the .NET targets that you deploy from PowerBuilder. Checklist for all .NET targets For deployment of all .NET target types (.NET Assembly, .NET Web Service), production servers or target computers must have: The Windows 7 or later operating system (including…

How .NET Deployment Works – PB Docs 2017

How .NET Deployment Works When you deploy a .NET project, PowerBuilder compiles existing or newly developed PowerScript code into .NET assemblies. At runtime, the generated .NET assemblies execute using the .NET Common Language Runtime (CLR). PowerBuilder’s .NET compiler technology is as transparent as the P-code compiler in standard PowerBuilder client-server applications. If you generate assemblies…

Deploying Components as .NET Assemblies or Web Services – PB Docs 2017

Deploying Components as .NET Assemblies or Web Services Appeon PowerBuilder® 2017 R3 FOR WINDOWS DOCUMENT ID: DC31081-01-1700-01 LAST REVISED: July 13, 2018 Copyright © 2018 by Appeon Limited. All rights reserved. This publication pertains to Appeon software and to any subsequent release until otherwise indicated in new editions or technical notes. Information in this document is subject…

Security Settings – PB Docs 2017

Security Settings PowerBuilder applications and components can run in partial trust environments when they are constrained by .NET code access security (CAS) configurations. PowerBuilder lets you configure CAS security zones (sandboxes) for .NET Web Service projects, to minimize the amount of trust required before application or component code is run by an end user. For…

Strong-Named Assemblies – PB Docs 2017

Strong-Named Assemblies PowerBuilder can generate strong-named assemblies from all .NET Project painters. A strong name consists of an assembly’s identity — its simple text name, version number, and culture information (when provided) — plus a public key and digital signature. It is generated from an assembly file using the corresponding private key. The assembly file…

ASP.NET Configuration for a .NET Project – PB Docs 2017

ASP.NET Configuration for a .NET Project Contents IIS Installation Selecting the Default ASP.NET Version Setting Up a SQL Anywhere Database Connection Configuration Requirements for Windows 7 and Later You can configure ASP.NET for a Web service project before or after you deploy the project to an IIS 7.5 or later server. All files and directories…