Posted
on Jan 10, 2008
(permalink)
I am getting a permission error while trying to rebuild a .net 2005 project.
I can run the local project with no problems via the virtual path , but not in debug mode , while rebuilding the project i get the following error.
Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Everything was working fine , specially the panel bar before and nothing has been modified or changed , so i need some help guys.
Here is a list of thing i have tried so far.
1. Adding fulltrust to the sharename in .NET Config console.
2. Adding full trust into web config. <trust level="Full" originUrl="" />
I also removed the references to the control and put them back and still no luck.