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 |
What is the Global ASA(X) File?
Web API uses which library for JSON serialization?
Can we use the java script code in .Net Code behind?
What are session cookies?
What are different methods of session maintenance in asp.net?
What is difference between cache and session?
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?
What is the difference between a page theme and a global theme?
I am trying to redirect another site on button click.
Explain about asp.net caching?