Closed sanikolov closed 7 months ago
Hi
If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request
This way we can better track and assist you on this case
Thanks,
Joaquin Vano Azure App Service
Installation of the nuget package follows simple rules. It expands files only from the folder called 'content' of the nuget package. The install.cmd is expected to do the rest of the work. The nuget package is left in the \home\SiteExtensions folder for further customizations. The nuget package used when the original problem was reported also includes 'runtime' folder in the nuget package. Install.cmd would need to take care of custom installation steps and making sure the http module is found. You could consider manual experimentation by setting up the SiteExtensions folder manually and see if it works as expected. Then you modify the install.cmd to match the working layout. Please note that adding custom http modules is a very rarely used experience and it's not optimized for easy consumption.
Jaro Dunajsky Azure App Service
Repro steps.
Project structures.
The log/error given by the failure.
Debug your Azure website remotely.
Mention any other details that might be useful.