Hello Friends, I have a criticle problem related to accessing the SSL implemented webservice. I have created a Webservice and implemented the SSL on it and now, i am accessing this webservice through the AJAX (Java Script) code then i have got an error "Access is denied". I am accessing the Webservice through this address... eg. https://ServerName/ProjectName/WebserviceName.asmx but other case, if i placed the this URL.... eg. http://ServerName/ProjectName/WebserviceName.asmx (Without implementing SSL) Webservice is running fine ..... can u pls help me to resolve this error...... and pls let me know how can i access SSL implemented Webservice through the AJAX. Thanks in advance Regards Gagan Arora