| GCeaser@aol.com 2005-05-06, 4:02 pm |
| I have had some challenges like this. My problem was I did not set the
Windows folder permissions correctly even though they were set
correctly in IIS. For example, I use an MS Access database in a sub
folder of my site. Even though IIS shows Read and Write permission, I
need to manually navigate to that folder on the hard drive and set the
permissions to Read and Write or whatever permissions I needed.
If you are running this on an internet site that does not use windows
integrated authentication and / or impersonation within an ASP.Net
application, you may need to grant read and write permissions to the
anonymous use IIS is running under. If you are using Windows
integrated authentication etc, I believe you should be able simply
grant the correct permissions to the specific user(s) or user group.
I am not sure if this will help but I hope it does.
|