Can anybody help with this ? I can't explain why this doesn't work. It works
when we connect locally (although I think the local ASP.Net account is a full
administrator ) it won't work when we go to the delivered web server.
I have checked the server ASP.Net account and it has full complete rights to
the directory I'm trying to write to.
Any thoughts?
> We got a webservice that will allow a user to upload a file and then it saves
> the file somewhere. We are doing this as a web service because the front end
[quoted text clipped - 12 lines]
>
> Any thoughts.
Michel Posseth [MCP] - 10 Feb 2007 09:17 GMT
Personally i think it is plain wrong to give your asp.net process these
rights , every web connected process should have as few rights as is
absolutely necesary ( hint these ar the default settings normally )
,,, i think it is more a program design thingy ..
How would i solve this ?
I would write the file stream to a database ( SQL server ) , on the local
system i would run a local process in my designated user context that would
stream the database contents to a file
i think that your tech guy should be much happier with this solution .
regards
Michel posseth
> Can anybody help with this ? I can't explain why this doesn't work. It
> works
[quoted text clipped - 29 lines]
>>
>> Any thoughts.