1) Create a folder named X3TierSamp
The folder can be located anywhere on the IIS PC.
2) Unzip the files into this folder.
3) Use the Internet Service manager (IIS snapin to MMC) to configure a new
application. Note that the sample MUST be configured as an application.
Only IIS applications support sessions.
3a) Under the target web site (Default Web Site) select new, virtual directory. An initial Virtual Directory Creation Wizard screen will be displayed. Select next to continue.
3b) Enter "Alias to be used to access virtual directory". This is the name that will be used to access the application. For example X3TierSamp would result in a URL of http://mypcname/X3TierSamp
3c) Enter the "Physical path of the directory containing the content you want to
publish". This is the path you specified in step 1.
3d) Accept the default permissions of Read and Run Scripts. Click next, and then finish to complete the wizard.
3e) The application will now be displayed under the specified web site. Select the application, right click, and select properties. We recommend that you specify Application Protection to be High (Isolated) while debugging and testing the application.
3f) On the same application Properties dialog click the "Configuration Button".
3g) Select the App Debugging tab, and then
verify that "Script Error Messages" is set to "Send detailed ASP
error messages to client". Note: You can enable
ASP server-side script debugging however any script errors will cause the
script debugger to "pop" on the server rather then allowing the
error message text to be returned to the browser.
4) Start the web site specified in step 3a
5) Configure a ODBC system DSN.
The ODBC data source must be a System DSN. See the Client Access help for assistance configuring an ODBC
datasource.
6) Access the sample from any browser. Use the "alias" specified in 3b.
http://<my_iis_pc_name>/X3TierSamp
7) Fill out the form (enter information and hit submit) and run
"Report Versions". This will verify the proper components
are installed, verify the Client Access PTF level, and verify that the ODBC
datasource is configured and of the correct type.
Problem: The connect string displayed on browse pages is not correct
Resolution:
Problem: Error involving a closed or invalid connection object
Resolution: