Hello,
I am running into a problem installing DNN manually in the ROOT of my domain. My host provider is EasyCGI. I have used the article by Mitch Sellers as my guideline (checklist) to ensure I ask the host provider the correct questions.
They have suggested that I add an IMPERSONATION string to the Web.Config file to address the permission problem for the ASP.NET Worker Process in the ROOT.
In the Web.Config File I added the following around line 151 between angle brackets:
identity impersonate="true" password="1234567" userName="xyz123"
Herewith the error I receive when I run the install:
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'c:\websites\xyz123\xyz.org\Install\UnderConstruction.htm' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more inf0rmation about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'c:\websites\xyz123\acqp.org\Install\UnderConstruction.htm' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
An unhandled exception was generated during the execution of the current web request. Inf0rmation regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[UnauthorizedAccessException: Access to the path 'c:\websites\xyz123\xyz.org\Install\UnderConstruction.htm' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +651
System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) +432
DotNetNuke.Common.Initialize.CreateUnderConstructionPage(HttpServerUtility server) +98
DotNetNuke.Common.Initialize.CheckVersion(HttpApplication app) +193
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +413
DotNetNuke.Common.Initialize.Init(HttpApplication app) +125
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +177
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Inf0rmation: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434
--------------------------------------------------------------------------------
At this point it seems that they cannot help me any further. This has been going on for more than a week. I was hoping that there is someone that have soved this problem and could provide me with inf0rmation how I can do the same.
One option is to move to a different host provider. I am considdering it, but I am limited to the Diskspace (more than 10GB) requirments, Bandwidth and keeping Hosting costs down.
All thoughts and suggestions are welcome.
Many thanks...