goldmember Newbie

Joined: 29 June 2010
Online Status: Offline Posts: 4
|
| Posted: 29 June 2010 at 5:45pm | IP Logged
|
|
|
I just installed Helicon Ape on Windows Server 2008 64 bits but
I get this error.
FileLoadException: Could not load file or assembly
'System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Access is denied.
There's no .htaccess file yet. The SYSTEM account has full
control on the install folder. I tried also to grant several
other accounts read, list folder content and modify rights, like
the IUSR_{site name}, ASPNET and some other things I found on
this forum. Honestly I don't know where to look or start because
I'm a web programmer, not a system administrator.
Full error message below.
Access is denied. (Exception from HRESULT:
0x80070005 (E_ACCESSDENIED))
Description: An unhandled exception occurred during the
execution of the current web request. Please review the stack
trace for more information about the error and where it
originated in the code.
Exception Details: System.UnauthorizedAccessException: Access is
denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
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 <identity impersonate="true"/>, 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. Information regarding the origin and
location of the exception can be identified using the exception
stack trace below.
Stack Trace:
[UnauthorizedAccessException: Access is denied. (Exception from
HRESULT: 0x80070005 (E_ACCESSDENIED))>
[FileLoadException: Could not load file or assembly
'System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Access is denied.>
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +64
System.RuntimeType.PrivateGetType(String typeName, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +58
System.Type.GetType(String typeName, Boolean throwOnError,
Boolean ignoreCase) +65
System.Web.Compilation.BuildManager.GetType(String typeName,
Boolean throwOnError, Boolean ignoreCase) +342
System.Web.Configuration.ConfigUtil.GetType(String typeName,
String propertyName, ConfigurationElement configElement, XmlNode
node, Boolean checkAptcaBit, Boolean ignoreCase) +52
[ConfigurationErrorsException: Could not load file or assembly
'System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Access is denied.>
System.Web.Configuration.ConfigUtil.GetType(String typeName,
String propertyName, ConfigurationElement configElement, XmlNode
node, Boolean checkAptcaBit, Boolean ignoreCase) +351
System.Web.Configuration.Common.ModulesEntry..ctor(String
name, String typeName, String propertyName, ConfigurationElement
configElement) +56
System.Web.HttpApplication.BuildIntegratedModuleCollection(List`
1 moduleList) +146
System.Web.HttpApplication.GetModuleCollection(IntPtr
appContext) +1219
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(Int
Ptr appContext, HttpContext context, MethodInfo[> handlers) +97
System.Web.HttpApplication.InitSpecial(HttpApplicationState
state, MethodInfo[> handlers, IntPtr appContext, HttpContext
context) +188
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(
IntPtr appContext, HttpContext context) +295
System.Web.HttpApplicationFactory.GetPipelineApplicationInstance
(IntPtr appContext, HttpContext context) +56
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr
appContext) +231
[HttpException (0x80004005): Could not load file or assembly
'System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Access is denied.>
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
+8897659
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext
context) +85
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7Wor
kerRequest wr, HttpContext context) +333
Version Information: Microsoft .NET Framework
Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
|