Author: sbellouti | Posted on: 11/27/2008 10:00:44 PM | Views : 662

Hi,

We have a web application that defines a couple of web services used in the pages through Ajax Toolkit.
So far, everything was working fine. My pages were able to make calls to these web services just by referecing them using the script manager and calling them using the proxies generated by the framework.

As we installed an SSL certifcate on certain pages, none of the web services is working now. What I mean is that a page under HTTPS is no longer capable of successfully calling a web service. If I request the same page under HTTP, it works.

The error I am having is 401, Authentication failed.

The web method is session enabled.

Here is some code that may help understanding... If anyone can help!!!

thanks.

<asp: Go to the complete details ...