
June 8th, 2005, 02:36 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2
Time spent in forums: 49 m 22 sec
Reputation Power: 0
|
|
|
Permissions Problem
Hello Everyone,
I have been searching for a solution to this problem for a few days now but can't find any solution that dosn't result in changing server settings which I can't access.
Here's the situation I am working on a development server and only have access to the files I need to edit. I am trying to create a file in my asp code that saves as an html file on a different network drive. The problem is it won’t write because it doesn’t have permissions, not everyone has access to the network drive. What I need to do is get the local login information and give that to the server so it can impersonate the user. This would be fine but the server is set to anonymous so I can't use impersonate as far as I can tell. The server is running on IIS 5 if that helps at all.
Do I have to go and tell them it’s not possible unless we change the server's or is there some workaround? Any input would be great Thanks.
|