Actually I was expecting a SqlExcpetion like Login Failed for user IIS AppPool\My AppPool Name exception instead of Domain\MachineName$.
I've created an Application Pool that is using
- Manged Pipeline Mode : Integrated
- Identity : ApplicationPoolIdentity
This AppPool is assigned to the Web Application (MVC3) in question. But somehow it seems that the WebApp is using somehow the NetworkService for the connection to SqlServer.
Any Idea why or what I should change?