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

Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


Can we make activex dll also ti execute in some process as that of client ? How can we do?

0 Answers   DELL, Zerone,


Define data caching?

0 Answers  


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


How to disable SOAP1.2 in Web Services?

1 Answers  






How do you define authentication in Web.Config?

2 Answers   Patni,


is it possible to develop gaming application using .net technology?

2 Answers  


What are the types of caching in asp.net?

0 Answers  


What is difference between datalist and gridview?

0 Answers  


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What does aspcompat="true" mean?

0 Answers  


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


Categories