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
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How many types of validators are there in asp net?
What is the difference between the response.write() and response.output.write() methods?
What is session and cookies in asp.net?
Differentiate between authentication and authorization.
What is the difference between CLICK and MOUSE DOWN Event ?
What are the data controls available in asp.net?
How can we use Web API with ASP.NET Web Form?
What is the difference between page directive include and action tag include?
What is application session?
What is the difference between the get method () and post method ()?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is __ requestverificationtoken?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.