Error while browing in IIS 6 -64 bit

Last post 03-27-2008 12:35 PM by Mikhail Arkhipov (MSFT). 3 replies.

Sort Posts:

  • Error while browing in IIS 6 -64 bit

    03-27-2008, 8:22 AM
    • Loading...
    • sankarganga
    • Joined on 08-09-2007, 1:08 PM
    • bangolre
    • Posts 29
    Hi,My web application, created in Visual web developer [2008 exp edt and C# code], is working fine While running in VWD 2008. I deployed the application in to in to the IIS 6 .The application is running fine [Pages are coming up]. However, it is failing when it trying to connect with the database [MS Access 2003].I am getting the fooling error.Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine.I found that MSjet40.dll is in the WINDOWS\syswow64. How to register it?MS access 2003 [or office 2003] is not there in my system.Is there any other way to resolve this issue?System specifications:Win 2003 64bit. Service pack2Thanks   

     

  • Re: Error while browing in IIS 6 -64 bit

    03-27-2008, 8:43 AM
    Answer
    • Loading...
    • vcsjones
    • Joined on 04-18-2006, 8:53 PM
    • Falls Church, VA
    • Posts 3,905
    • Moderator
      TrustedFriends-MVPs

    The problem is your app is running in x64, but there is no x64 edition of Jet. You would need to supply a x64 edition of Jet for this to work, but since there isn't one, you will need to switch your IIS configuration to run in 32-bit mode or use a different technology such as OLE DB.

    See this Connect Feedback for more information: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=123311

    Cheers,
           Kevin Jones


  • Re: Error while browing in IIS 6 -64 bit

    03-27-2008, 8:58 AM
    • Loading...
    • sankarganga
    • Joined on 08-09-2007, 1:08 PM
    • bangolre
    • Posts 29

    Thanks vcsjones

     Could you please give some more details.

    connection string i am using is "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= ..\ccmtweb\App_Data\ccmt.mdb".

    how to make it ready for 64 bit?

    How to configure IIS to 32 bit.

     

  • Re: Error while browing in IIS 6 -64 bit

    03-27-2008, 12:35 PM

    You cannot make 32-bit Jet dll working in 64 bits. And there is no 64-bit version. Please look here on how to configure IIS to 32 bit mode http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/405f5bb5-87a3-43d2-8138-54b75db73aa1.mspx?mfr=true

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (4 items)