************************************************************************ Copyright © 1982, 2004. Raining Data Corporation. All rights reserved. Raining Data, TigerLogic, D3, Pick, Omnis, mvDesigner, and mvEnterprise are trademarks of Raining Data Corporation. Pick Data Provider Version: 1.4.0 Document Version: May 2004 ************************************************************************ Before running the WebForm and WebDemo sample applications, the Windows Internet Information Services (IIS) Web server must be properly configured. To configure the Windows Internet Information Services (IIS) Web server: 1. Select Administrative Tools > Internet Information Service from the Control Panel. The IIS Management Console displays. 2. Right-click the default Web Sites node in the tree view, then select New > Virtual Directory. The Virtual Directory Wizard displays. 3. Click Next. The Virtual Directory Alias dialog box displays. NOTE: Repeat steps 4-10 for each set of Web samples: * WebDemos found in C:\Program Files\RainingData\PickDP\Samples\WebDemos * WebForms found in C:\Program Files\RainingData\PickDP\Samples\WebForms 4. Type the sample name (WebDemos or WebForms) in the Alias text box, and then click Next. The Web Site Content Directory dialog box displays. 5. Browse to the sample folder (for example, …\Samples\WebDemos or …\Samples\WebForms) directory, then click Next. The Access Permissions dialog box displays. 6. Select the Read and Run Scripts check boxes, and then click Next. The Virtual Directory is created. 7. In the tree view, expand the (newly created) sample node, and then expand the folders inside. 8. Right-click a project-level folder, then select Properties. The Properties dialog box displays. 9. Click Create to create the directory with the default application name, then click OK. 10. Repeat steps 8 and 9 for each project. NOTES: * The default installation path for the project folders (both web and non-web) are: C:\Program Files\RainingData\PickDP\Samples\WebDemos\AdoDotNet\ PdpAdoClientVB (non-web) PdpAdoServerVB (web) PdpWebClientVB (web) C:\Program Files\RainingData\PickDP\Samples\WebDemos\StepByStep\ PdpSoapClientVB (non-web) PdpSoapClientVB (non-web) PdpSoapServerVB (web) PdpSoapServerVC (web) C:\Program Files\RainingData\PickDP\Samples\WebForms\StepByStep\ PdpWebFormHelloVB (web) PdpWebFormHelloVC (web) PdpWebFormHelloVJ (web) * It is NOT necessary to configure non-web applications, which are WinForm clients to Web Services. * If the procedure above does not work, You can also copy the sample folders from the installation directory to the C:\InetPub\WwwRoot folder, and then repeat steps 7-10. Note that doing this creates a second copy of the source on your system.