Page is a not externally linkable
Big_Gig - 8:55 pm on Aug 8, 2005 (gmt 0)
I have a TON of content in my databases... The vast majority of aspx files on my site do not have a code-behind. They're created dynamically from a database on another machine, and FTP'd to the site. So, my dll is not very big - 230KB. I am concerned about unique file names, for spidering purposes. Not sure what you mean by URL rewriting, but each of my files is named uniquely. Is there a way to precomile the aspx pages when all the pages don't exist on my development machine?
I understand that the JIT compilation happens every time I update something in the bin folder - it's just the time that it takes that I'm trying to reduce...