Need Oracle Client for .NET 4.0 ASP app running on a 64bit OS
I've got ASP.NET 4.0 application running on a 64bit OS. IIS is configured to run in 64bit mode (needs to be 开发者_Python百科to support other ASP.NET applications). Is there any way to do this? Oracle doesn't provide a 64bit client as of this writing for .NET 4.0.
Have you looked at ODP.NET and especially the 64-bit driver?
精彩评论