abp icon indicating copy to clipboard operation
abp copied to clipboard

local IIS Deploy 403.16

Open eemogz opened this issue 1 year ago • 5 comments

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. Uploading 403_err.PNG…

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

eemogz avatar Mar 06 '24 14:03 eemogz

hi

Your image doesn't load.

image

maliming avatar Mar 07 '24 01:03 maliming

403_err

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

eemogz avatar Mar 07 '24 13:03 eemogz

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

maliming avatar Mar 08 '24 01:03 maliming

locall iis log file ; logs.txt

hosting company log file: logs.txt

eemogz avatar Mar 08 '24 14:03 eemogz

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.

sephit avatar Mar 08 '24 17:03 sephit