Hi all
I have made a skin package and have it tested on on development machine smoothly. but when I tried to upload it to my hosting server I got this ****
"Error: File Upload is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Access to the path 'd:\inetpub\wwwroot\adviserlinkconz\Adviserlink\Website\Portals\_default\Skins\AdviserlinkTest' is denied. ---> System.UnauthorizedAccessException: Access to the path 'd:\inetpub\wwwroot\adviserlinkconz\Adviserlink\Website\Portals\_default\Skins\AdviserlinkTest' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.Modules.Admin.FileSystem.WebUpload.cmdAdd_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---"
it was totally fine to upload and apply skin last time. What is the problem here? Is it something to do with the 'Webiste' folder permission?
any advice will be appriciate.