I am developing an ASP.Net MVC application that throws a "Required permissions cannot be acquired" exception. The weird thing is that if I change the location of the folder containing my app to another location, the app runs just fine. (i.e Copy the folder from .../Programs/MyApp to ...Desktop/MyApp)
I have checked the folder permissions and they are fine.
how do i solve this problem?
DG