Hi,
My Xml page looks like as follows
<authorization>
<allow roles="executive"/>
</authorization>
and i want to modify it as follows
<authorization>
<allow roles="executive,administrator,user"/>
</authorization>
i want to modify it in asp.net using linq or using sql server
i need some coding ................please help me
thanks in advance