1
Answer

Connect Net 8.0 with SSRS , render report in backed and get pdf bytes

I want to connect .net 8.0 with ssrs and get the rendered pdf bytes from report server, my micro service is running in aws ecs linux docker
the ssrs report server accepts ntlm auth but which is said to be not working correctly in linux containers
i had got this solution
gss-ntlmssp libgssapi-krb5-2 krb5-user to install in the docker but which is also said by most gpts not a full working solution, the other solution is using a proxy api in windows container
but i cannot have two service working ,kindly let me know full proof solution

Answers (1)