hi,
i have an asp/vbscript page that's a menu for selecting reports. i have a text file that's updated each time the page is accessed (sort of like a home made visitor counter). i can read from this text file, but when i try to write to it, i get this error:
Microsoft VBScript runtime error '800a0046'
Permission denied
/custom_apps/facility_stats_menu.asp, line 27
the code is in inetpub\ and the text file is there also.
is there something i need to set somewhere to make the server let this page modify the text file?
thanks.
i have an asp/vbscript page that's a menu for selecting reports. i have a text file that's updated each time the page is accessed (sort of like a home made visitor counter). i can read from this text file, but when i try to write to it, i get this error:
Microsoft VBScript runtime error '800a0046'
Permission denied
/custom_apps/facility_stats_menu.asp, line 27
the code is in inetpub\ and the text file is there also.
is there something i need to set somewhere to make the server let this page modify the text file?
thanks.