Using ASP on IIS5 I'm trying to create a file (using the FSO) onto another server, but I'm getting "Permission denied" each time.
We have set the ASP application to run Out of Process (High Application protection) and are using Component Services to give the application a user account to impersonate.
Logging onto the web server we can map through to the target server using the same NT account that we use for the application to impersonate. This suggests to me that this NT account does indeed have the correct level of permission on the target server.
However, we still get "Permission denied".
Does anyone have any suggestions for things we can try or check out?
Many thanks.
We have set the ASP application to run Out of Process (High Application protection) and are using Component Services to give the application a user account to impersonate.
Logging onto the web server we can map through to the target server using the same NT account that we use for the application to impersonate. This suggests to me that this NT account does indeed have the correct level of permission on the target server.
However, we still get "Permission denied".
Does anyone have any suggestions for things we can try or check out?
Many thanks.