Locking of resource files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have problem with locking of resource files in my ASP.NET application
running on Windows 2003 Server. This resource file I can't delete, only after
restart and/or waiting about 15 minutes, both without running of appplication.

Thanks for any help.

Petr Vostry
 
Hi ,

Try restarting your IIS.
and then delete the file.
[c:\iisreset]
I guess they are locked by aspnet_wp.exe process.

Thanks
Raghavendra
 
Hi,

You need to Stop and start the IIS or restart the IIS.
This will solve your problem.
[iisreset will also do the same thing.]

Thanks
Raghavendra

Petr Vostry said:
Thanks, but there is no iisreset file in root, there is iisreset in \system32
folder only.
Do you know some advice?

Thanks

Petr

Raghavendra T V said:
Hi ,

Try restarting your IIS.
and then delete the file.
[c:\iisreset]
I guess they are locked by aspnet_wp.exe process.

Thanks
Raghavendra


Petr Vostry said:
Hello,
I have problem with locking of resource files in my ASP.NET application
running on Windows 2003 Server. This resource file I can't delete,
only
after
restart and/or waiting about 15 minutes, both without running of appplication.

Thanks for any help.

Petr Vostry
 
Back
Top