I have the 32-bit version Zoom Search working quite happily on a Windows Server 2003 machine, running ASP.NET 3.5 - life is good.
And now I have to migrate everything to a 64-bit Windows Server 2008 R2 machine, running ASP.NET 4.0, where "everything" is 65+ different sites, all running under host headers.
I make heavy use of the root-level web.config file to store AppSettings that are common to all the sites.
The sites need to run Zoom Search. When I try, I get the error about not being able to run Zoom Search, so I follow the instructions in the FAQ and set the application pool to allow 32-bit applications to run.
So that error goes away, but now the site is not reading the AppSettings from the root-level web.config file, so it still won't run.
I poked around some more on the forums and found a link to the 64-bit version Zoom Search. "Ah-ha!" I thought. "Problem solved."
Downloaded it, went to install it, and it whined that it needs .NET version 3.5.
Is there a version lurking somewhere that will run in a pure 64-bit application pool, under .NET 4.0?
Help!?!?
And now I have to migrate everything to a 64-bit Windows Server 2008 R2 machine, running ASP.NET 4.0, where "everything" is 65+ different sites, all running under host headers.
I make heavy use of the root-level web.config file to store AppSettings that are common to all the sites.
The sites need to run Zoom Search. When I try, I get the error about not being able to run Zoom Search, so I follow the instructions in the FAQ and set the application pool to allow 32-bit applications to run.
So that error goes away, but now the site is not reading the AppSettings from the root-level web.config file, so it still won't run.
I poked around some more on the forums and found a link to the 64-bit version Zoom Search. "Ah-ha!" I thought. "Problem solved."
Downloaded it, went to install it, and it whined that it needs .NET version 3.5.
Is there a version lurking somewhere that will run in a pure 64-bit application pool, under .NET 4.0?
Help!?!?
Comment