Mega Code Archive

 
Categories / ASP.Net Tutorial / Development
 

Turning off conformance using the web config file

<configuration>   <system.web>     <webServices>       <conformanceWarnings>         <remove name="BasicProfile1_1" />       </conformanceWarnings>     </webServices>   </system.web> </configuration>