iis 7 - Cannot connect to SystemDSN ODBC datasource IIS 7 -


i have configured odbc datasource system dsn. works fine , visual studio.

when try start applicattion under iis 7 on connection error:

error [08001] [microsoft][sql server native client 10.0]named pipes provider: not open connection 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 connection sql server. server not found or not accessible. check if instance name correct , if sql server configured allow remote connections. more information see sql server books online.

iis application runs different user - user has no access premonitions somewhere odbc uses.

i changed applicationpool identity ran administrator - solved problem. fast solution. @ least dirrection dig. :)


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -