Reputation: 24
When running an ASP.NET project that uses Windows Authentication in VS using IIS Express on a computer joined to domain C.B.A
, the authentication works and local groups of C.B.A
that the user is part of are found in the WindowsPrincipal
claims.
However, when running this exact project on a computer that is joined to domain B.A
, it stops working. Users are no longer able to be authenticated.
My question is, is it possible to configure IIS Express to use domain C.B.A
for Windows Authentication even though the computer that IIS Express is running on is joined on domain B.A
? Will this even solve this issue?
I tried looking up ways to configure IIS Express using the web.config
on MSDN and Stack Overflow, without any results.
Upvotes: 0
Views: 74