Click here to Skip to main content
15,887,315 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi!
I have used Windows authentication.
I am making session for users who are logged in.(no roles are there)
I have a feature where user can delete the files from temporary folder in the website but it is asking Password everytime . I have tried to provide write permission through iis but i can't access iis since the server is on remote machine.
I need something that i can provide write permission through code for all users for that folder.
Please Help.
Thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 18-Aug-12 2:54am    
So, you don't know a user name or password? Too bad. Do you want us to crack it? Would be even worse... :-)
--SA
Kuthuparakkal 18-Aug-12 2:58am    
What type of impersonation you have on your web.config ? It seems a typical security issue, and iis trying to delete something on it's behalf and not the authenticated user behalf...

1 solution

hi

refer this,

in your application you will have a file called "web.config" you use this and provide permissions to delete the data.


http://support.microsoft.com/kb/316871[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900