First, I apologize before hand for my ignorance. I inherited the responsibility of maintaining a website and making basic edits I've been able to handle. I have recently run into something I can't figure out though. I get this error message when clicking on a button that activates a script to add/edit parts of my site.
Microsoft VBScript runtime error '800a0046'
Permission denied
/archive/editImage.asp, line 25
From this I can figure out it's a permission issue but since I'm able to do other functions when logged in using an admin name and password. Asked at the main screen you have either Guest access or admin access.
I know the script is editimage.asp
If I count every line including commented out lines... line 25 is "msg = "PASS: File deleted." - that doesn't seem like it would be causing this... so where would I look?
What lines would typically effect "permissions"
Thanks for the input.
P.S.
My boss has recently changed the overall administrative password to our webhosting site... could that be affecting it and how would I rectify if it is?