What is the best approach to developing a web application in Visual Studio 2010 on Windows XP 32 bit (no choice, corporate mandate) that uses the Oracle Data Provider for .NET (11.2 Release 3) but is targeting a Windows Server 2008 64 bit OS? How do programmatically switch between the 32 bit and 64 bit driver or can this be handled another way?
Update: I've created a new question about 64 bit development on 32 bit OS with an unmanaged 64bit dll reference.