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 difference between cache and session?
Define repository pattern in mvc.net? : asp.net mvc
What is DataGrid wheater its a Server Control or something else ?
Explain cookies with example.
What is a pixel url?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is the file extension of web service?
What is the difference between ldap and active directory?
What are validators and list some validators of asp.net?
What is difference between View State and Hidden Field in ASP.NET?
Define page fragment caching?
What is cookieless session id explain in brief?
What is the use of session?
What is clr? Difference between clr & cts?
What is the Difference between MVC And MVP design pattrens