Sunday, August 6, 2017

Server object: 006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject failed while checking permissions. Access is denied to this object.



This error is mostly related to permission issues. For example take a look at the following piece of code

Server.CreateObject("BFS.Session")

"BFS.Session" is a .NET library. To solve the issue try the following

- Grant read/execute (or full permission if possible) permission to IUSR for BFS.PSDomain.dll library by Right click on the library file -> Properties -> Security Tab






















No comments:
Write comments
Recommended Posts × +