Mega Code Archive

 
Categories / ASP.Net / Development
 

Remove key from web config

<configuration>    <appSettings>       <remove key="machineConfigKey"/>    </appSettings>    <system.web>       <pages enableSessionState="false" />    </system.web> </configuration>