This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Helicon Ape
 Helicon Tech : Helicon Ape
Subject Topic: Helicon ape fresh install: access denied Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
goldmember
Newbie
Newbie


Joined: 29 June 2010
Online Status: Offline
Posts: 4
Posted: 29 June 2010 at 5:45pm | IP Logged Quote goldmember

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
Back to Top View goldmember's Profile Search for other posts by goldmember
 
Vyacheslav
Admin Group
Admin Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 1542
Posted: 30 June 2010 at 2:39am | IP Logged Quote Vyacheslav

Hello,
Did that happen right after Helicon Ape installation? Were there any other changes to web.config?
In such cases the best thing to do is to see the server. Do you think it’s possible for me to have RDP access?
You may send login credentials to support@helicontech.com
Thank you.

__________________
Slavik Shynkarenko,
Helicon Tech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 
goldmember
Newbie
Newbie


Joined: 29 June 2010
Online Status: Offline
Posts: 4
Posted: 30 June 2010 at 6:44am | IP Logged Quote goldmember

Thanks! I've sent you an email.
Back to Top View goldmember's Profile Search for other posts by goldmember
 
cookerseb
Newbie
Newbie


Joined: 30 March 2011
Location: France
Online Status: Offline
Posts: 1
Posted: 30 March 2011 at 9:55am | IP Logged Quote cookerseb

Hi

Did you have an issue to your problem ?

I have the same problem.

Windows server 2008 64bits + Plesk 9.5

Thanks
Back to Top View cookerseb's Profile Search for other posts by cookerseb Visit cookerseb's Homepage
 
goldmember
Newbie
Newbie


Joined: 29 June 2010
Online Status: Offline
Posts: 4
Posted: 30 March 2011 at 10:05am | IP Logged Quote goldmember

Yes, I use the url rewrite in IIS and left Helicon Ape.
Back to Top View goldmember's Profile Search for other posts by goldmember
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum