asp.net - Does deploy of a pre-compiled IIS site show faster first load times? -


using asp.net compiler have compiled site aspx pages. contents of pages have been replaced placeholder text , bin folder contains multiple app_web_*dll files. there multiple *.ascx.hash.compiled files.

i've copied folder webserver , deployed creating virtual directory points folder. site works not seeing improvement in first load times.

when first aspx requested, iis asp.net cache rebuilt in c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files. time consuming dynamic compilation of source files. seems site being recompiled. layout of iis asp.net cache different site folder. there app_web_*dll files in cache folder different names compared site.

am missing configuration working right?


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -