When you configure the environment to the PM, you will encounter the following questions:
1: The IEWebControl used by the program failed to install it correctly to the default directory because the PM is configured to configure the IIS to the E disk, and the program is released to the C drive, resulting in the unable to configure the web path of IIS and program, so you can't Normal access page. The solution is to reconfigure the IIS to the default path.
2: Since the database is used in Oracle 9i (Oracle Client Provider Version to 9.1.0.2.0), Oracle is installed in the root directory of the E-drive, the web server uses Windows XP Professional (SP2), and the following error occurred when accessing the program: not installed locally. Oracle Client Provider. Considering the reason may be due to permissions. So I look at the Oracle installation directory, find that the E disk disk format is NTFS, and for the NTFS, the access list of the folder, the Oracle folder is not allocated to the ASPNET, so that the .NET could not be called Oracle Client Provider service. The solution is to add an ASPNET user in the list of E: / ORACLE folders, everything is normal.
3: Problem in the Coding process (Development Environment for Windows 2000 Professional MS Studio 2003 .NET Framework 1.1 Simple Chiese Version (SP1) Oracle 8i Oracle Client Provider 8.1.7.0.4 OraoledB connection method : (1) SQL: Select '' ID, cols1, cols2 from table1 results appear as follows: Can't find the expression! (2) SQL: SELECT CASE COLS WHEN 1 = 1 THEN 'Y' End As Result From Dual The same error occurs. The same statement runs a normal analysis in SQLPLUS may be due to an error in Provider, so upgrade Oracle Client Provider to 9.2.0.4.0, the error has never happened.