RDLC Files Not Automatically Deploying to Azure App Service

Omkar Pawar 20 Reputation points
2024-06-10T09:18:28.8833333+00:00

Hello,

I'm experiencing an issue with deploying RDLC files in my project to Azure App Service. Here are the details:

Project Setup: My RDLC files are included in the project with the following settings:

  • Build Action: Content
  • Copy to Output Directory: Copy always

Issue: Despite these settings, when I deploy the project to Azure App Service, the RDLC files are not automatically included. After deployment, I have to manually upload the RDLC files using the advanced tools in Azure.

Steps Taken So Far:

  1. Verified the build action and copy settings for the RDLC files.
  2. Checked the deployment settings to ensure all files are being included.

Question: Is there a way to configure the deployment process so that RDLC files are automatically included when deploying to Azure App Service? I would like to avoid the manual upload step if possible.

Any guidance or suggestions would be greatly appreciated.

Thank you!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,720 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.