markdemanbey
MIS
Hi there.
I've seen similar issues to mine posted here, I've tried to use the follow up posts to help me with my issue, but no luck so far.
I'd also like to point out that I'm not a developer in any sense of the word... I look after a webserver (amongst other things), and have inherited a problem from a collegue long since departed.
My issue displays as the following in a browser:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
/makd/shared/include/security.incl, line 73
The line of .asp code references is:
Set objUser = GetObject("WinNT://" & Replace(userName, "\", "/") & ",user")
Now, I know enough to believe that this is trying to grab the credentials of the browser and authenticate these against out domain. In terms of permissions, there are two groups that have various levels of NTFS permissions to the directory structure that contains the files in this URL. I'm a member of both of these groups.
When I comment out line 73 above, the error then displays at line 74...
If I log on locally to the webserver, open the IIS console and "browse" the MAKD directory, the site works as expected. However, if I fire up IE6 locally on the webserver, I get the same error.
Hope that someone is able to help.
Mark.
I've seen similar issues to mine posted here, I've tried to use the follow up posts to help me with my issue, but no luck so far.
I'd also like to point out that I'm not a developer in any sense of the word... I look after a webserver (amongst other things), and have inherited a problem from a collegue long since departed.
My issue displays as the following in a browser:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
/makd/shared/include/security.incl, line 73
The line of .asp code references is:
Set objUser = GetObject("WinNT://" & Replace(userName, "\", "/") & ",user")
Now, I know enough to believe that this is trying to grab the credentials of the browser and authenticate these against out domain. In terms of permissions, there are two groups that have various levels of NTFS permissions to the directory structure that contains the files in this URL. I'm a member of both of these groups.
When I comment out line 73 above, the error then displays at line 74...
If I log on locally to the webserver, open the IIS console and "browse" the MAKD directory, the site works as expected. However, if I fire up IE6 locally on the webserver, I get the same error.
Hope that someone is able to help.
Mark.