I'm getting the folowing permissions error when trying to run an input box from an .asp page on my companies internal website. I've turned off anonomous logins to the web server so that I can pull the username of the people connecting to this website. In the Windows permissioning of the website's folder, authenticated users have modify access. Here is the error I'm getting:
I did a search on here and it seems other people can use the Inputbox function fine. Does anyone have any ideas about what might be causing this error?
Thanks in advance for taking a look at this!!
Code:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'InputBox'
I did a search on here and it seems other people can use the Inputbox function fine. Does anyone have any ideas about what might be causing this error?
Thanks in advance for taking a look at this!!