I have a iis application which have the following structure. “C:\inetpub\wwwroot\TEST”
How can I load all files and sub folders into my nodes using a cookbook?
Thank you so much for your help.
I have a iis application which have the following structure. “C:\inetpub\wwwroot\TEST”
How can I load all files and sub folders into my nodes using a cookbook?
Thank you so much for your help.
you could create a nuget package and deploy that, or use the files or
directory resource to create the them.
I like the files and resources approach Matin, very Cheffy!
Minshik, if that’s just too much, you might consider looking a IIS package applications. I think the IIS cookbook even supports installing app packages in an idempotent way. As best I can recall, the packages also enforce the correct site level settings too!
Thank you, budgester!
I will look into IIS cookbook. It looks easier.
Thank you Dan-Joe!