Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

In sharepoint 2007 I have tried to access the lists.asmx service(http://sppcd2/_vti_bin/Lists.asmx) in the browser. But I am getting an access denied error. I am site collection admin of the web application but still I am getting the Access Deined error.I have checked in the regedit - DisableLoopBackCheckup is available.

enter image description here

I have commented the following line in the http handler section of the web.config of the web application.

<remove verb="*" path="*.asmx" />

enter image description here

After Commenting the above mentioned line I am able to access the lists.asmx service and it's working fine. This will affect any issue in the working behaviour of the web app could anyone provide why the lists.asmx is working after commenting the line <remove verb="*" path="*.asmx" /> in the http handler section.

I have commented this line(<remove verb="*" path="*.asmx" />) in the http handler section and due to that it will affect the behaviour of the web application ? The service is working now (http://sppcd2/_vti_bin/Lists.asmx).

share|improve this question
1  
so, what is the question? – Maks Matsveyeu Apr 2 '12 at 15:17
if you answered your own question, mark it as an answer. – Mike Apr 10 '12 at 15:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.