Search found 4 matches

by Johndc
Thu Aug 28, 2008 11:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I upgrade the AjaxToolkit version?
Replies: 2
Views: 3528

Re: How do I upgrade the AjaxToolkit version?

Hey Mike,
have you guys had a chance to test the new Ajax Toolkit version. I'm still trying to use the latest version and are getting the same error. I'm working on the final release copy build 9879.

John
by Johndc
Sat Mar 08, 2008 2:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: XMLHTTP Request Header Authorization format
Replies: 3
Views: 3499

Not Really. This is the code from the ClientApiService.ashx: string AuthHeader = request.Headers["Authorization"]; string userName = GetUserName(AuthHeader); string password = GetPassword(AuthHeader); if(UserHasAccess(userName,password)) It seems the format is one string that both functions can read...
by Johndc
Fri Mar 07, 2008 4:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: XMLHTTP Request Header Authorization format
Replies: 3
Views: 3499

XMLHTTP Request Header Authorization format

I'm creating my own Handler using the AuthenticationHandler like the ClientApi. I've been trying to pass the Authorization Header, but I'm not sure which format the AuthenticationHandler.GetUserName(string text) and AuthenticationHandler.GetPassword(string text) are expecting. Does anyone know the f...
by Johndc
Mon Mar 03, 2008 7:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I upgrade the AjaxToolkit version?
Replies: 2
Views: 3528

How do I upgrade the AjaxToolkit version?

I have another control that I have to use with AbleCommerce, it uses a newer version of the AjaxToolkit, but AbleCommerce will not compile when I replace the AjaxToolkit dll. The version I'm trying to use is 1.0.11119.0 How can I get AbleCommerce up to the latest version of the AjaxToolkit? I'm gett...