Hi,
I am trying to set up IIS 7.5 with files on a CIFS share. However when i try to access the website on "http://test1234.com" get the error:
When i inspect the process with process monitor i find the following:
INVALID PARAMETER
Desired Access: Generic Read
Disposition: Open
Options: Sequential Access
Attributes: RE
ShareMode: Read, Write, Delete
AllocationSize: n/a
Impersonating: AD\MYUSER
This only happens when i request static files (.html) when trying with .aspx files it works fine. I have no problem accessing the share as the user that is running the application pool (running as a user in AD) leading me to beleive that the problem is in the static handler? I have tried setting full permissions to everyone on the share but the error persists.
I aprechiate any help with this isse.