Hello,
I was recently building a site in Visual Studio using the starter kit and everything worked fine. When i attempted to do the same with an IIS server, I ran into a ton of problems. I got past the initial installation but I am still having problems.
Error #1
When i attempt to parse a skin, i recieve the error message:
Access to the path 'c:\inetpub\wwwroot\dotnetnuke\portals\_default\skins\myfirstskin\myFirstSkin.ascx' is denied.
This isn't so bad, since i can still apply a skin, i just can't parse it. Just means i have to parse it in visual studio or just edit the ascx file.
Error # 2
When attempting to install a new module i received this error:
ExceptionSystem.UnauthorizedAccessException: Access to the path 'C:\Inetpub\wwwroot\DotNetNuke\bin\DotNetNuke.Modules.Calendar.dll' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String FullFileName, Byte[] Buffer) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateBinFile(PaFile File) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
Error # 3
When attempting to create a new portal i receive this error:
Error configuring Child PortalAccess to the path 'C:\Inetpub\wwwroot\DotNetNuke\Portals\16\' 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.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
I have checked my permissions on the application folder and the NETWORK SERVICE account has full permissions. In IIS manager, the virtual directory permissions are set to FULL PERMISSIONS (all boxes checked). The permissions are also inherited by child folders within the application directory. I am running this on a Microsoft Windows 2003 Server machine.
I have read countless forum threads, non of which have resolved my problems. Has anyone had this same issue, and if so, how did you resolve it?
Any help would be much appreciated.