ali_raza
10-03-2007, 01:35 AM
I m new to asp.net 2.0 . i was reading the article some where
"By default, ASP.NET web pages and code files are compiled dynamically when a first request is made to the page. After the initial compilation, the compiled pages is cached; the cache is used to satisfy the subsequent requests for the same page"
above sentense means that if i write http://localhost/webform1.aspx on url bar the then page is compiled so if page requested it is compiled at that time
so what happens when i click on run button in VS 2005 it does not compile ASPX pages or other code or what VS studio to do when i press F5?
"By default, ASP.NET web pages and code files are compiled dynamically when a first request is made to the page. After the initial compilation, the compiled pages is cached; the cache is used to satisfy the subsequent requests for the same page"
above sentense means that if i write http://localhost/webform1.aspx on url bar the then page is compiled so if page requested it is compiled at that time
so what happens when i click on run button in VS 2005 it does not compile ASPX pages or other code or what VS studio to do when i press F5?