Hey,
I'm trying to host a WCF service on Windows Server 2012 R2, DNN 7 Pro, IIS 8.5.9
Got the service working fine like this (internal):
http://serv/JsonUtilities/IQMHService.svc
but when I add parameters like so:
http://serv/JsonUtilities/IQMHService.svc/ProductI...
I get 404 (Page Not Found). I tried changing URL regex rewriting but to no avail.
Any ideas would be greatly appreciated.
Alex