When downloading and running Orchard CMS 1.9.2 I am unable to install a Theme because of the following error.
"...server does not have write access to the '~/Modules' or '~/Themes' folder of the web site..."
This occurs when debugging via Visual Studio 2015 F5 on localhost using IIS Express and also if I deploy the same solution to Azure Web Sites.
How do I configure write access to those folders in both IIS Express and Azure web sites so I can continue testing?
Thanks