It looks like you can use the following solution.
But I had to create an ASP.net page inside my MVC solution, which gets directly to handle Windows authentication, and then redirects to the mvc site. The location section inside web.config should work then, since it does not rely on routing.
source
share