Hi Mark;
I reinstalled SQL Server Express R2, and verified that I could log in with both Windows and SQL Server authentication using the sa account. I installed the AdventureWorks DB and ran some queries. Then I created a new login account, a new database (Dotnetnuke) and attached the role of DBO to that new login account.
I downloaded the DNN 6.25 zip file (thanks for the link), and unzipped it to
C:\Inetpub\wwwroot\DotNetNuke Install Files\DotNetNuke_Community_6.2.5.
In IIS 5.1, I created a new Virtual Directory, (Dotnetnuke) and specified the above folder as the file mapping.
In FireFox, I opened a new tab and put the URL as http://localhost/Dotnetnuke and got a directory listing. Nothing happens. If I click on web.config, it redirects to http://localhost/DotNetNuke/Install/InstallWizard.aspx
after a minute or so an error message comes up:
DotNetNuke Error
System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\wwwroot\DotNetNuke Install Files\DotNetNuke_Community_6.2.5\web.config' 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, Boolean useLongPath) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.Xml.XmlDocument.Save(String filename) at DotNetNuke.Web.Client.ClientResourceManagement.ClientResourceManager.AddConfiguration() at DotNetNuke.Services.Install.InstallWizard.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The folder was "Read only", so I unchecked that. In "Folder options" "Use Simple file sharing" is unchecked. I tried checking this box, too. I tried giving more permissions (execute, read, write, scripts, etc.) in IIS 5.1. I still get this error. Same thing happens in IE 8. Any ideas what security permissions need to be changed? I will post this and then search the forums for possible answers... I think I am very close to getting there.
Rigel