Law one: Turn on the parent path
In IIS7 ASP by default, "Parent path" is not enabled, we must manually turn on "Parent path", select "True", the "Parent path" option. The exact operation is as follows:
Open the Tnternet Information Services (IIS) Manager, select "Default Web Site" in the left-hand column, and select "ASP" for the content area, such as:
650) this.width=650; "src=" Https://s4.51cto.com/wyfs02/M02/9D/EF/wKioL1mJF5SSuQXLAABH7lOIbuU890.jpg "title=" 222. CC "alt=" wkiol1mjf5ssuqxlaabh7loibuu890.jpg "/>
Double-click Open ASP, and in behavior, set enable parent path to True. Such as:
650) this.width=650; "src=" https://s4.51cto.com/wyfs02/M02/9D/EF/wKioL1mJGBjRMEriAABUv3mMC_w003.jpg "title=" 2.JPG "alt=" Wkiol1mjgbjrmeriaabuv3mmc_w003.jpg "/>
Method Two: Enable 32-bit applications
After method one if still can not solve the problem, then try the method two, because the 64-bit operating system does not provide 64-bit access to connect the driver, so we need to the site corresponding to the application pool of the project's "Enable 32-bit application" to "Ture". The exact operation is as follows:
Open the Tnternet Information Services (IIS) Manager, select Application pools in the left column, select "DefaultAppPool" in the content area, select "Advanced Settings ..." In the right column, such as: 650) this.width=650; "Src=" https:// S1.51cto.com/wyfs02/m00/9d/ef/wkiom1mjgdfsbtataacfakst99e023.jpg "title=" 3.JPG "alt=" Wkiom1mjgdfsbtataacfakst99e023.jpg "/>
In the Advanced settings interface, the Enable 32-bit application is set to True in general. Such as:
650) this.width=650; "src=" https://s5.51cto.com/wyfs02/M00/9D/EF/wKiom1mJGGOz3zECAACY2i2r6uo181.jpg "title=" 4.JPG "alt=" Wkiom1mjggoz3zecaacy2i2r6uo181.jpg "/>
On this "win 2008 64-bit operating system IIS7 a solution to the database link error" Even if the share is over, I can clearly tell you, as long as the two methods set up, absolutely can solve the problem, if it is the program itself 500 error, it is another matter, the network also spread a kind of " Modify the Directory Permissions "method, I will also be given in the literature, but this is not shared, because this method is relatively complex, and the effect is not good, in many cases can not solve the problem. If you also find other solutions, please post comments in the text, Xie LA
This article is from the "32 Internet" blog, please be sure to keep this source http://222cc.blog.51cto.com/13158188/1954347
Win 2008 64-bit IIS7 workaround for database link errors