asp.net store list in web.config

Code Example - asp.net store list in web.config

                
                        <appSettings>
	<add key ="Users" value="Abc,xyz,test12"/>
</appSettings>