Looks like it‘s failing trying to open a connection to SQL Server.
You need to add a login to SQL Server for IIS APPPOOL\ASP.NET v4.0
and grant permissions to the database.
In SSMS, under the server, expand Security, then right click Logins and select "New Login...".
In the New Login dialog, enter the app pool as the login name and click "OK".
Login failed for user ‘IIS APPPOOL\ASP.NET v4.0‘
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'
时间: 2024-11-08 12:09:56