Edit aspnet.config file

Hi Team,

I am working on a server configuration where aspnet.config file need to be edited and some tags needs to be added to the runtime section of the file using DSC. Do we have any existing resource using which I can easily add tags or I have to follow some other steps.

Please guide me.

Thanks,
Aravinda

The configuration file is just XML, but I’ve not run across a resource specifically for ASP.NET. You would need to build out your own generic XML resource or an ASP.NET-specific resource.