Url Rewrite Provider on Azure Web App

无人久伴 提交于 2019-12-06 00:54:31

You can't install something on a Web App unless it's packaged as an Extension (see: https://www.siteextensions.net/). I don't see those providers as being packaged so you'd have to create a package yourself or look for an alternative solution.

Having said this, you could try package the assemblies in a Web App you deploy and see if that works as expected (it's not something I've tried in this exact scenario).

It may be hacky, but you could try pulling the DLL and its depencies into your BIN folder and deploy. You don't get the nice UI to manage, but worth a shot.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!