M
mpaine
I was wondering if there is a way to keep ASP.NET from error 500ing
when a file is being updated. For example, I receive this error when
copying over the file (which the site is live):
The process cannot access the file 'C:\Inetpub\wwwroot\test.aspx'
because it is being used by another process.
Is there a way to gracefully update a file so as to avoid this error?
Thank you,
Michael
when a file is being updated. For example, I receive this error when
copying over the file (which the site is live):
The process cannot access the file 'C:\Inetpub\wwwroot\test.aspx'
because it is being used by another process.
Is there a way to gracefully update a file so as to avoid this error?
Thank you,
Michael