How to disable SOAP1.2 in Web Services?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is x xss protection?

766


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

889


How does session authentication work?

723


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

817


What is difference between mvc and asp.net? : Asp.Net MVC

849


What is the importance of Global.asax in ASP.NET?

823


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1640


What are the modes of updation in an updatepanel?

765


What is an example of an application service provider?

677


What is difference between or and orelse?

766


In ViewState How much lifespan items stored?

858


What is meant by asp.net?

744


What is the difference between rest and restful?

824


What is custom attribute? How to create?

818


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1902