• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

H

HassanM

Guest
Hi everybody

i'm using a new windows server 2008 and plesk 9.3. but i have trouble with setting up a customers .net websites.
when i created any domain in plesk and set it to use asp.net i get the below error message. it's a common error for every .net domain. i'm sure .net framework works well because mail enable webmail system (asp.net) works without any problem on this server!

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.


i read the below links, but unfortunately they can't solved my problem.
http://forums.iis.net/t/1164566.aspx
https://forums.iis.net/t/1163083.aspx


anybody can help me?

Thanks
Hassan
 
Thanks Igor

I did the thread's instruction. The sulotion was perfect.

Regards
 
Hi,

I had to add the following to my disksecurity.xml

<Entry AccounType="1" Account="Psacln" Path="C:\Windows\assembly" AceFlags="FilesOnly" AccessMask="Read" EntryFlags="0x0" />

Then run "%plesk_bin%\applysecurity" --apply

I certify that this code is OK and it resolve my issue.

Thanks
Himanshu Kumar Pant
SysAdmin
for eWebGuru.com
web hosting india
 
Back
Top