Hello,
Did you manage to solve your problem?
If a hosting provider is experienced with DNN, I generally create my domain name space and then before uploading any DNN files I ask them to set the correct permissions for the domain. - So basically this means that the root and all child folders have read, write, modify access.
These are the permissions required, you can read this in page 4 of the installation docs that come with DNN:
<!--[if !supportLists]--> <!--[endif]-->Root (and all child folders) – Read Access
<!--[if !supportLists]--> <!--[endif]-->Root – Write Access (and Modify Access if expecting to create child portals)
<!--[if !supportLists]--> <!--[endif]-->DesktopModules – Write, Modify Access (if installing 3rd party Private Assemblies)
<!--[if !supportLists]--> <!--[endif]-->Portals (and all child folders) – Write, Modify Access (to allow File Manager access and Skin/Container access)
<!--[if !supportLineBreakNewLine]-->
<!--[endif]-->
You will find that some hosts will already have the correct permissions set up for you - Server Intellect do this. - You can read about various hosting providers here:
http://www.dnncreative.com/Forum/ta...fault.aspxThanks,