not finding DLL file - permissions problem?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    not finding DLL file - permissions problem?

    If you get a minute, check out this post . It appears that the DLL works with VB, but not with asp. It sounds like it is a permissions problem to me although the error says something about not finding it. I can't think up a good ASP solution, but I was planning to leave it there.

    Jared
    Last edited by jhardman; Oct 19 '07, 07:25 PM. Reason: error in url
  • jehrich
    New Member
    • Jan 2008
    • 24

    #2
    Hi Jared,

    I know this is a little late, but better late than never... If you suspect it's a permissions issue, try temporarily adding your IUSR_machinenam e account to the local Administrators group and restarting IIS. IUSR_machinenam e is the default account that IIS uses for anonymous access and your ASP pages will run under this context by default.

    Don't forget to undo your changes when you are done troubleshooting ! :)

    Good luck,
    JE

    Originally posted by jhardman
    If you get a minute, check out this post . It appears that the DLL works with VB, but not with asp. It sounds like it is a permissions problem to me although the error says something about not finding it. I can't think up a good ASP solution, but I was planning to leave it there.

    Jared

    Comment

    Working...