Godaddy Virtual Dedicated machine, Windows server 2008, PLESK 9.3, New Web application setup and I was greeted with below YSOD.
Problem :
As the error message said, Access is denied. It means that the user account under which asp.net is running is trying to access resource without having sufficient permissions on that resource.
Solution :
1. Login to your Virtual Machine using Remote Desktop ( mstsc )
2. Go to “C:\plesk\etc\DiskSecurity” folder
3. Edit disksecurity.xml file. Add following entry at the end ( before </Entries> )
<Entry AccounType="1" Account="Psacln" Path="C:\Windows\assembly" AceFlags="FilesOnly" AccessMask="Read" EntryFlags="0x0" />
4. Save.
And you are done… Enjoy…