SOAP redirect fix for .Net and ASP with VB
From KickApps API Reference
Just a quick note to folks using our SSO API in combination with .Net or ASP with VB. We've been getting reports that the new redirects that remove the string 'kickapps' from URLs are not getting along with the Microsoft languages in particular. The good news is that the fix is quite simple. You change the following URL:
http://affiliate.kickapps.com/kickapps/soap/KaSoapSvc
Change that line to look like this:
http://affiliate.kickapps.com/soap/KaSoapSvc
Once that change is done all of your applications should work normally again.
We have also updated our .Net helper class so it no longer requires the redirect.