"Server Error in '/' Application. Access to the Path <Path> Is Denied" error message appears when trying to login to Ferrysoft Help Desk.
Symptoms
The error message above appears instead of the expected Login page when attempting to start Ferrysoft Help Desk.
Cause
This is caused by the ASP.NET worker process account or the Network Service Group not having sufficient permissions to the Temporary ASP.NET Files folder on the server. This situation can arise depending on the sequence of installing ASP.NET with respect to other Windows options.
Resolution
To resolve this, change the security so that Full Control is allowed for the ASPNET and NETWORK SERVICE accounts on the following folder:
%windir%\Microsoft.NET\Framework\Version\Temporary ASP.NET Files
- From the Start Menu, choose All Programs, choose Accessories and then click Windows Explorer.
- Expand the folders to point to the Temporary ASP.NET Files folder.
- From the File menu, click Properties.
- Click the Security tab.
- Select the ASPNET user name and choose the Allow Full Control option.
- Select the NETWORK SERVICE user name and choose the Allow Full Control option.
- Click OK.
The image below shows the Explorer window.

The image below shows the Properties window Security tab.

