Hi All, Could anyone please help me with this. On the production site app_offline.htm works only till you start uploading dlls. As soon as you start uploading dlls it throws following error"Could not load file or assembly 'SubSonic' or one of its dependencies. The process cannot access the file because it is being used by another process. Now this clearly shows that IIS is still trying to serve the aspx page?? Is there anything I am missing here?? Any help would be appreciated. I have spent hours googling but to no avail. Thanks in advance. Manisha
views:
336answers:
2
A:
Ok this might not be your problem, but if it's the first time it happened you might want to restart your machine. Sometimes a process dies with a lock on a .dll, thus you can no longer use it until unlocked (thus need a restart of the OS).
The other possible problem is that the .dll, or its dependent .dll's, aren't in your path or the correct folder.
Give both of these a look first.
Robert Gould
2008-12-17 03:23:51
if locking the dlls is the problem, set them to shadow copy
Steven A. Lowe
2008-12-17 04:24:24
Good idea, hadn't thought about that myself.
Robert Gould
2008-12-17 04:25:56
I have this same problem, and I have shadow copying and the folders are OK.
Mauricio Scheffer
2008-12-17 11:21:38
+2
A:
I have heard of people having problems with app_offline.htm if it did not have enough content in the file.
Fill it with a couple hundred kb's of Lorem Ipsum text and see if that helps.
Corey Downie
2008-12-19 21:23:43
It needs to have 512 bytes (see http://weblogs.asp.net/scottgu/archive/2006/04/09/442332.aspx). Still erroring...
Mauricio Scheffer
2008-12-24 14:17:04