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
What is x xss protection?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How does session authentication work?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is difference between mvc and asp.net? : Asp.Net MVC
What is the importance of Global.asax in ASP.NET?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What are the modes of updation in an updatepanel?
What is an example of an application service provider?
What is difference between or and orelse?
In ViewState How much lifespan items stored?
What is meant by asp.net?
What is the difference between rest and restful?
What is custom attribute? How to create?
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