Closed esalwin closed 6 years ago
Have you tried restarting the app?
Yup! We tried restarting immediately after adding the extension and also after letting the extension "incubate" for a day.
Check your applicationhost.config per https://github.com/projectkudu/kudu/wiki/Azure-Site-Extensions#finding-your-applicationhostconfig.
Does it have something like this? Try comparing the working with non-working case:
<application path="/sitereplicator" preloadEnabled="false" applicationPool="~1yoursitename">
<virtualDirectory path="/" physicalPath="D:\home\SiteExtensions\sitereplicator" />
</application>
Thanks! The
We fixed applicationhost.xdt, restarted the App Service, and successfully added Site Replicator :)
Awesome!
When we try to run Site Replicator in our production App Service, we get the following error:
No route registered for '/sitereplicator/'
We followed all of the README.md instructions and ensured no "webpages:Enabled" app setting. We also tried un-installing and re-installing the extension.
That said, Site Replicator works great in our staging App Service. If relevant, the two major differences between production and staging are: