On the old server check which account is used for the app pool and match on the new server. Also check the account used for anonymous access.
Server Error in '/' Application, Login failed for user 'Doamin\user$'
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.
Windows development | Internet Information Services
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.