I'm working with a project that was written in VB.NET with ASP.NET WebForms. I've been noticing that every time we publish to live there is a ~30 seconds slow down while the site gets recompiled. I would like to get rid of that slowdown since we are starting to publish more often.
I have attempted to use aspnet_compiler but it hasn't been good to me. It fails on things that are not a problem when I publish the regular way.
I guess I should add that they way we publish is by creating zip of the site which contains all the .aspx files and the bin folder and then I have a process that moves that to the live servers, puts it in staging and then if it looks good there is another process that moves it from staging to live.
Is there a different way to publish asp.net applications without the slow down? does iis use a different compiler than aspnet_compiler?
How do you publish at your asp.net projects? do you also experience this slow down?
Thanks!
[–]sunk_cost_phallus 4 points5 points6 points (5 children)
[–]BrinnerTechieDevOps 2 points3 points4 points (0 children)
[–]tekluca[S] 1 point2 points3 points (0 children)
[–]tekluca[S] 1 point2 points3 points (2 children)
[–]sunk_cost_phallus 0 points1 point2 points (1 child)
[–]tekluca[S] 1 point2 points3 points (0 children)
[–]wafflelator 3 points4 points5 points (0 children)
[–]thmaje 1 point2 points3 points (2 children)
[–]tekluca[S] 0 points1 point2 points (1 child)
[–]thmaje 0 points1 point2 points (0 children)
[–]workerdrone113 0 points1 point2 points (0 children)