Page is a not externally linkable
Big_Gig - 6:36 pm on Aug 8, 2005 (gmt 0)
I have a web app that has 150,000+ aspx files, without a code-behind. Every time I transfer an updated dll to the server, it takes 10+ minutes to load the first time. I understand that .net must compile the app the first time it's run, but this is excessive! Are there any ways to speed this process up, or do it offline? Thanks!
Hey all,