F
foldface
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
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