File.Delete not working on Window Server 2003

E

Eric Bettan

Hello,

I have an ASP.NET web application that generates a temporary image file on
the server, streams it to the client, and then deletes the file. Everything
works fine when running on Windows 2000 and XP, but the file does not get
deleted when running on Windows Server 2003. For some reason the
File.Delete call is not raising an exception and is not deleting the file
either.

The application is using anonymous authentication and has impersonation set
to false. The aspnet user has full control over the folder where the
temporary images are being generated.

Any help/suggestion would be greatly appreciated. Thanks in advance.

Eric Bettan
 
Joined
Jun 6, 2005
Messages
1
Reaction score
0
Hello,

I also have this problem.

Eric Bettan, do you have any solution for this?

Cheers,
Yumiko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top