impersonation, authentication

aliassce

Newcomer
Joined
Jul 20, 2005
Messages
16
Hi!,

My web site on a server which does not allow changing file permissions. The server normally does not allow any file upload or writing for ASP.NET. I tried using "<identity impersonate= true>" on web config but this did not solved my problem. When I open my ftp connection and upload a file manually then my ASP.NET code can write for a while (about 20 mins).

How can i find a good solution on this issue? Do I have to follow these boring steps each time?

Thanks in advance.
 
Back
Top