We have an asp web application (main company site) sitting on windows server 2008 r2. At the begining the site is small but later on around 500K aspx pages are added to the site (for SEO purposes, may be not right content but that's different issue)
We want to edit user control which is linked through the application (in 500K pages), if we modify the user control web site needs pre-compiling, i tried doing that manually using
aspnet_compiler -v virtualPath targetPath
form MSDN site as here , but the site taking atleast two days to precompile the whole site.
Which is big issue for my boss as most business depending on SEO.
Server Specs
OS: Windows server 2008 R2
4 Cores
6 GB Ram
Looking for any other ways to resolve this issue. thanks