How to disable SOAP1.2 in Web Services?



How to disable SOAP1.2 in Web Services?..

Answer / amiya kumar parida

in web.config
<system.web>
<webServices>
<protocols>
<remove name="HttpSoap12"/>
</protocols>
</webServices>
.
.
.
<system.web>

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the Global ASA(X) File?

2 Answers  


Web API uses which library for JSON serialization?

0 Answers  


Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


What are session cookies?

0 Answers  


What are different methods of session maintenance in asp.net?

0 Answers  


What is difference between cache and session?

0 Answers  


What is WebService ?

8 Answers   Tanla Solutions, Yahoo,


1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


In which interface the template of any control like Gridview would Initiate?

2 Answers  


What is the difference between a page theme and a global theme?

0 Answers  


I am trying to redirect another site on button click.

8 Answers  


Explain about asp.net caching?

0 Answers  


Categories