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 components of web form in asp.net
How should I destroy my objects in asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Demonstrate Render and PreRender?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Why will you usually create an aspnet user account in the database for an asp.net web application?
How to prevent client side validation from the ASP.NET validation controls?
What is Web API?
Is asp.net a programming language or framework?
What is session and application variable in asp net?
What do you mean by View State and what is its role?
What is variable and constant in .net programming language?
How many types of cookies are available in asp?
How you can return View from ASP.NET Web API method?
Securitywise What are the Enhancements in 2.0?