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 |
How to you can limit Access to Web API to Specific HTTP Verb?
Types of object in asp ?
What is the purpose of session management?
what is diffrent between asp & asp.net
What are the different authentication modes in asp.net?
What is Bundling and Minification in MVC?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Where is asp.net session stored?
How to prevent client side validation from the ASP.NET validation controls?
What is true about application service provider?
ADO.Net - how to get data from database and bind to the controls -- write this small code
What is the server of asp.net?