NextPVR Forums

Full Version: UnauthorizedAccessException on folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm getting this error...

[UnauthorizedAccessException: Access to the path 'N:\ServerFolders\Recorded TV\' is denied.]

I'm guessing its a permissions problem but not sure how to fix. I'm running this on WHS 2011 and that folder has been shared with other machines and apps with no problem. It says it's a problem with asp.net permissions but I cant work it out.

Thanks
yes that is a permissions issue.

The website runs using "NETWORK SERVICE" account by default, so that user will need permissions to that folder. Or you can add "Everyone" to that folder.

Google how to add permissions to a folder, it basically involved right clicking -> properties -> security -> edit -> add user -> ok
Adding 'Everyone" did the trick, thanks so much. IT LOOKS GREAT!