I am really wracking my brain out over this one, I can't figure out what's wrong.
I copied a website from one server to another, got a few errors and fixed them, and have finally arrived at this error that I can't seem to fix.
The directiory in question is being run as an application with the identity set to Local System. That group has full access to everything. Can't figure out why I'm getting this error.
I solved the problem. It was because I was using Identity Impersonation. I added the impersonating account to the administrator's user group and everything worked fine. Thanks for the reply.
AlphaWhelp
Member
2 Points
23 Posts
IIS 6.0 "Could not load file or assembly or one of its dependencies. Access is denied"
Nov 21, 2012 04:01 PM|LINK
I am really wracking my brain out over this one, I can't figure out what's wrong.
I copied a website from one server to another, got a few errors and fixed them, and have finally arrived at this error that I can't seem to fix.
The directiory in question is being run as an application with the identity set to Local System. That group has full access to everything. Can't figure out why I'm getting this error.
sahibas25
Member
147 Points
36 Posts
Re: IIS 6.0 "Could not load file or assembly or one of its dependencies. Access is denied"
Nov 22, 2012 02:40 AM|LINK
Can you please check all your assemblies(dll) are installed in GAC or its correctly refrenced. Provide full stack trace information.
AlphaWhelp
Member
2 Points
23 Posts
Re: IIS 6.0 "Could not load file or assembly or one of its dependencies. Access is denied"
Nov 26, 2012 08:46 PM|LINK
I solved the problem. It was because I was using Identity Impersonation. I added the impersonating account to the administrator's user group and everything worked fine. Thanks for the reply.