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 the purpose of master page?
How do you store a value in viewstate and retrieve them?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Explain the difference between web user control and web custom control?
How do I know asp.net mvc version? : Asp.Net MVC
What is ashx file in asp.net?
What are all the various Estimation Techniques available ?
What are the various session state management options provided by asp.net?
How does asp page work?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between file-based dependency and key-based dependency?
How to sign out from forms authentication?
How to you can limit Access to Web API to Specific HTTP Verb?
How you will improve web application performance?
Which method do you use to kill explicitly a users session?