I'm getting the following error when submitting a form to an access DB on my testing server.
Disk or network error
Microsoft JET Database Engine (0x80004005)
I'm running IIS 5.0 and have the virtual directory setup over a network share. I can access all of the other pages, but just get the above error when submitting the form.
I read some information about the problem being caused by a system environment variable. I found the following Microsoft article on the error mentioned above:
http://support.microsoft.com/default...b;en-us;251254
I have the following system variables defined:
TEMP C:\WINNT\TEMP
TMP C:\WINNT\TEMP
For the c:\WINNT\TEMP folder, I added the IUSR_myservername account and set the appropriate permissions. It showed once the account was added as Internet Guest Account.
I tried to submit the form to the access DB again and still received the same error. I'm at a loss of what I need to do to correct this error.
Any help is greatly appreciated. Thanks in advance.
-Dman100-