0

I am trying to Run an Asp.Net App On second server (Production - Windows Server 2008) I just copied all app folder from Test Server to Production Server but I am getting following error:

enter image description here

As I said I am using exactly same database and connection string but not sure why this is happening?! Can you please let me know how to fix it?

Behseini
  • 6,066
  • 23
  • 78
  • 125
  • http://stackoverflow.com/questions/19472487/unable-to-find-the-requested-net-framework-data-provider-it-may-not-be-install – Farshid Feb 05 '14 at 18:36
  • http://stackoverflow.com/questions/6865249/unable-to-find-the-requested-net-framework-data-provider-it-may-not-be-install – Farshid Feb 05 '14 at 18:36
  • http://stackoverflow.com/questions/9928361/unable-to-find-the-requested-net-framework-data-provider-in-visual-studio-2010 – Farshid Feb 05 '14 at 18:37

1 Answers1

0

you are clearly missing the driver that your connection string is pointing to. Install that driver.

T McKeown
  • 12,971
  • 1
  • 25
  • 32