Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to disable SOAP1.2 in Web Services?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of master page?

953


How do you store a value in viewstate and retrieve them?

1059


How do you secure your configuration files to be accessed remotely by unauthorized users?

1150


Explain the difference between web user control and web custom control?

1034


How do I know asp.net mvc version? : Asp.Net MVC

1096


What is ashx file in asp.net?

1104


What are all the various Estimation Techniques available ?

1146


What are the various session state management options provided by asp.net?

1021


How does asp page work?

1033


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?

1069


What is the difference between file-based dependency and key-based dependency?

1115


How to sign out from forms authentication?

1123


How to you can limit Access to Web API to Specific HTTP Verb?

1252


How you will improve web application performance?

1090


Which method do you use to kill explicitly a users session?

1097