システムDSNとしてodbc datasourceを構成しました。 それはそれ自身とVisualスタジオからうまく動作します。SystemDSN ODBCデータソースに接続できませんIIS 7
私は接続でIIS 7の下applicattionを起動しようとすると、私はエラーを取得する:
ERROR [08001] [Microsoft][SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [5].
ERROR [HYT00] [Microsoft][SQL Server Native Client 10.0]Login timeout expired
ERROR [08001] [Microsoft][SQL Server Native Client 10.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
私の問題を解決していただきありがとうございます – Kaushik