Base solution for your next web application
Open Closed

After upgrading to version 10 with .Net 5 support, trying to deploy to IIS #10198


User avatar
0
lweng567 created

Prerequisites Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

What is your product version? 10 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .net Core

Hi, After upgrading to the latest verion (v10) with .Net 5 suport, i am trying to deploy my project (.net core API) to IIS, i got the following error in the log file when i tried to start the application.

Abp.BackgroundJobs.BackgroundJobManager - Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user 'RTIMEP\DEVPC-8$'.

I am not sure why i got this error message, there is not such user Id called 'RTIMEP\DEVPC-8$'., RTIMEP is our domain name and DEVPC-8 is my machine name.

FYi: I also created a simple Core Web api and deployed to IIS, and it works , that proves the the runtime environment is configured correctly.

Thanks


No answer yet!