Hi all,
There are two domains, domain1 and domain2. My machine works in domain1 and SQL Serever database works in domain2. The web application use database and SQL Server allow only windows autentification for users from domain2. How I can run IIS worker process by domain2 user identity? I can start visual studio by runas /netonly /user:domain2\user_name command and use IIS Express. It's work. But I want use locale IIS. Can I do it?