How to precompile a Web Application project?
问题 I've heard recently that you can precompile Web Application projects. My question is how? Right now, when I do a publish for my web application and select only files needed to run this application I get it published but it still has all my ASPX pages and it will still only JIT compile the pages. How do I make it so that all of the ASPX pages are precompiled before putting them on the server? 回答1: You can download a project template called a Web Deployment Project (WDP) (VS2008 version here),