Compiling individual ASP.NET pages
Hi,
ASPDNSF is a big application and I usually publish it to a "BUILD" folder to precompile it (single dll for a single page: second option in VS8).
Sometimes I change only one or two ASPX files and even then it may be some HTML within the file. I would like to be able to just precompile this one page in VS rather than republishing the whole site which takes quite a while.
I would then place the new precompiled ASPX and related Page DLL to the online server.
How would you recommend I do this at a "per page" level?
Thanks,