I am migrating a web application from one server to another new server. Everything is fine until I publish the project on the new server. After I logon I get a server error in '/' Application. The error message is:
Server Error in '/' Application. Login failed for user 'Domain\user$'. An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
I could logon if I run my ASP project "start without debugging". Any clue to fix it? Thanks.