----- Original Message -----
From: "Mark" <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 10:03 AM


>Also, using the debug=false and viewing the first page only creates about
>30dlls.  There should be a dll's created for each aspx and ascx file in the
>app ( I think) which contains the code to render the HTML for that page.
>If I use a web request to each page then 122 dll's are created.

Just remember that the batch compilation *only* compile files in the same
folder.  So, if you have subfolders, those wont get batch compiled until you
request a file in that subfolder (and then only those files in that
subfolder will get compiled).

--
Brian

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to