Questions tagged [trustedconnection]
32 questions
0
votes
1 answer
Connecting to internal SQL Server 2008 R2 from DMZ web server using IIS7 using a trusted connection?
I'm trying to connect and getting an error like:
Login failed. The login cannot be used with Windows Authentication
I'm using mirrored local accounts on SQL Server and web server because I'm simply trying to use a trusted connection between…

divamatrix
- 1,126
- 1
- 7
- 21
0
votes
3 answers
Risks of a Non Trusted Connection to SQL Server?
What is the risk of not using a trusted connection?
For example here is a scenario: I have created a very simple application which only has 4-5 lines of codes which uses an SQL connection with my connection string within web.config, and sends a…

HOY
- 1,067
- 10
- 42
- 85