By SAbow - Mon 25 Jul 2016
|
I installed powerpack for search functionality.
when I type something in the search box I get strange results that read down like an html page.. one letter at a time.
any suggestions?
|
By Paul - Tue 26 Jul 2016
|
I have seen something similar with the back end AJAX parts on another site long time back. If you go to the back end, and edit/create a product, then type a category in the box to add category, does the same thing happen there too?
I recall in that customer's case, the issue was to do with handler mappings on IIS. I think their fix was basically to reset them.
As another test, if you type the URL of KartrisPowerPack.asmx (root of web) to call that page up directly, do you see a formatted page like this:
 Or do you get some kind of error?
|
By bpaluch - Wed 27 Jul 2016
|
I do get this page. is that good or a problem?
|
By Supermac - Wed 27 Jul 2016
|
That page means that asmx webservice is ok.
Yes Paul, you're right, I had the same problem with asmx webservice in backend... That time I solved by Paul suggestion re-registering aspNet4 against IIS using this command: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
|
By bpaluch - Thu 28 Jul 2016
|
We got it working, thanks
|
By Supermac - Thu 28 Jul 2016
|
yw
|