I start by saying that I am not really familiar with AD and DMZs.
In my company, we have a DMZ with one server, isolated from the internal network (only a few open ports) and exposed to the web. There are some IIS applications running which have access to the SQL Server.
I wanted to update the connectionstrings
, remove userId
and password
, use Integrated Security = true
and set a proper user to the application pool in order to remove the cleartext/hardcoded password from the web.config
s.
The problem is that the server does not recognize the user, since the server is not part of the AD domain.
I'm quite sure there is a clean solution for such a scenario, but no clue. What should I do?