RDLC Files Not Automatically Deploying to Azure App Service
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:
- Verified the build action and copy settings for the RDLC files.
- 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!