Previous Thread:   WebServices In Asp.net

9/30/2005 8:14:35 AM    change to bin directory without timeout?
Hi  
  
Assuming your developing asp.net applications using visual  
  
studio, normal procedure:  
  
- code  
  
- run  
  
- find bug in .cs file  
  
- stop, change, compile  
  
- run again  
  
Is there anyway you could compile your file when not in debug  
  
mode, copy it manuualy to the bin directory and have asp.net ignore  
  
the fact that its changed and use the new dll?  
  
Ta  
  
F



9/30/2005 11:22:12 AM    Re: change to bin directory without timeout?
Isn't that a contradiction? "Ignore the fact that its changed" and "use the  
  
new dll".  If it ignore the fact that the DLL changed, then it can't use it,  
  
since it's ignoring the fact that it is there.  
  
In any case, there is no way to stop asp.net from detecting the new file and  
  
restarting the asp.net application.  
  
<foldface@yahoo.co.uk> wrote in message  
  
news:1128093275.316881.296760@g47g2000cwa.googlegroups.com...

9/30/2005 12:07:47 PM    Re: change to bin directory without timeout?
ignore the fact that its a new dll only from the point of view of  
  
restarting the asp.net  
  
application, but then I think you guessed that :-)