| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[clarion net faqs.htm|Clarion.NET FAQs/Troubleshooting]] > ASP.NET Troubleshooting >IIS 32bit Worker Processes | [[vista and iis testing.htm|{{btn_prev_n.gif|Previous page}}]][[clarion net faqs.htm|{{btn_home_n.gif|Return to chapter overview}}]][[handling unmanaged code with clarion .htm|{{btn_next_n.gif|Next page}}]] | | || One of the performance benefits of the x64 platform is that it increases virtual address space, making more memory available. We recommend that you configure IIS to use 32-bit worker processes when running on 64-bit Windows (Microsoft also recommends this). Note: If your web app is using the Clarion Database Drivers then you must configure the IIS application pool that you run your Clarion web app under, to use 32-bit worker processes. An //application pool// is a group of one or more URLs that are served by a worker process or a set of worker processes. Application pools set boundaries for the applications they contain, which means that any applications that are running outside a given application pool cannot affect the applications in the application pool. 1.Open IIS Manager. 2.In the Connections pane, click Application Pools in the tree. 3.On the Application Pools page, select the application pool that contains the application that you want to change. {{hmfile_hash_fcaefb9c.png|IIS32bits settings}}