简体   繁体   中英

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?

确保您的NPSQL dll可用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM