Playback: 1. Create an asp.net website. 2. Compile and view the default page. Keep your browser open. 3. Add the file to the app_data folder. 4. Refresh the default page. It should be fast ... not recompile. 5. Delete the file from the app_data folder. 6. Refresh the default page. It should be fast ... not recompile. 7. Add the folder to the app_data folder. 8. Refresh the default page. It should be fast ... not recompile. 9. Remove the folder from the app_data folder. 10. Refresh the default page. This will be slow because the site is being recompiled.
Is it for design? If so, what are the benefits of this behavior?
Is there a way to disable or prevent this?
source
share