local IIS Deploy 403.16
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
Greetings. I want to publish the api application I developed with abp over local iis, but I get an error. Unfortunately, I was not successful despite trying all the steps written in the document. I would be very grateful if you can help me.
my goal is just to publish the api on the backend, I am not doing angular related work. I am developing an api.
Reproduction Steps
I followed all the steps in the link below;
https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-iis?UI=NG&DB=EF&Tiered=No
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.0.1
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
hi
Your image doesn't load.
The image is the error screen that appears in the browser.
Followed the source to take the application live: https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-iis?UI=NG&DB=EF&Tiered=No
hi
Are there any logs on the logs.txt file?
You can also output the stdoutLog.
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-8.0
You should modify your logs to hide your database name and IPs but I found this An error occurred using the connection to database The certificate chain was issued by an authority that is not trusted.
You can try to add this to your connection string "TrustServerCertificate=True", is not security recommended but you can validate if that's the case of why it's not working.