asp.net - SQL Server not connecting via IIS -


i getting following error when deploy application iis:

a network-related or instance-specific error occurred while establishing connection sql server. server not found or not accessible. verify instance name correct , sql server configured allow remote connections. (provider: named pipes provider, error: 40 - not open connection sql server)]

what interesting is happening @ folder level. have same application, running on same iis server , connects sql server without issue - , complied code same. difference folder has content. leaning towards permission issue - did not change of those.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -