PJay
PJay

Reputation: 11

PostgreSQL connection for IIS Server using ASP.NET C#

newB here. I'm creating a website using ASP.NET connecting to POSTGRESQL Database. It works fine in my localhost but when I deploy to IIS Server im getting an error: "The type or namespace name "Npsql" could not be found (Are you missing a using directive or an assembly reference?)" is there I need to install to IIS?

Upvotes: 1

Views: 1095

Answers (1)

Partha Thakura
Partha Thakura

Reputation: 136

Make sure that your NPSQL dll is available.

Upvotes: 1

Related Questions