User-1907599839 posted
I created a provider based on the following article:
http://www.iis.net/learn/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module
The project is set to build with .net 2.
It built fine and seemed to install fine on my development machine (Windows 10 with IIS Express. The build process says "Assembly successfully added to the cache" but the provider doesn't show on the "View Providers" "Add Provider..."
list.
I also tried adding my provider to a test Windows 2012 server using
https://camerondwyer.wordpress.com/2013/05/22/how-to-install-a-dll-to-the-gac-on-windows-2012-using-only-powershell-without-having-to-install-sdk-or-visual-studio/
It does not show any errors so I am assuming that it installed correctly. But again, it doesn't show in the list. Can anyone tell me what I might be missing?