This issue occurs if the following conditions are true:
� | You converted a sub Web to a folder. However, you created a database connection in the sub Web before you converted the sub Web to the folder.
Note The application root for the sub Web is not automatically removed when you convert the sub Web to a folder. |
� | You created an instance of the Database Results Wizard in a new page in the folder that you created in step 1. |
When you browse the database results page, the Active Server Page (ASP) page tries to access the Global.asa file in the folder that you created instead of in the root folder of the Web site. This behavior occurs because the ASP page always tries to access the Global.asa file from a folder if the following conditions are true:
� | The folder contains the ASP page. |
� | The folder is the application root. |