试图让我的asp.net应用程序在mono下连接到我的PostgreSQL数据库几天无济于事。可以在IIS下连接到它而不是Apache和Mono。
ASP.NET部分工作正常,它只是与数据库的连接不会很好。
我收到以下错误:
Description: HTTP 500. Error processing request.
Stack Trace:
System.Exception: Failed to establish a connection to '127.0.0.1'.
at Npgsql.NpgsqlClosedState.Open (Npgsql.NpgsqlConnector context) [0x00101] in /Users/fxjr/Desenvolvimento/ProjetosOpenSource/Npgsql/NpgsqlSourceRelease/Npgsql2/src/Npgsql/NpgsqlClosedState.cs:171
Version information: Mono Runtime Version: 2.10.8 (tarball Fri Jul 20 23:48:09 UTC 2012); ASP.NET Version: 4.0.30319.1
版本:Fedora 18,Mono 2.10.8,Apache 2.2.23,Npgsql 2.0.12
最终运行的生产服务器目前是带有Apache 2.2.x的RHEL。
由于