I bought the book and I think its great. I've got a simple ASP.NET application with Linq working on my development machine working. Now I'd like to have it run on my server. How do I deploy ASP.NET with Linq? If I copy the web, the source is also copied, but my ASP.NET server does not know linq. Is precompiling the way? Is there some example avialable?
Thanks