D
Drun
You deploy your ASP.NET code to a web server then you hit your web site with
your browser. Normally, it is slow because the server will compile your site
becuase you are the first to access it.
I know you can pre-compile a site in a bin directory, but what happens when
the server compiles your site? I have not seen any bin folder created
automatically when hitting the server right?
your browser. Normally, it is slow because the server will compile your site
becuase you are the first to access it.
I know you can pre-compile a site in a bin directory, but what happens when
the server compiles your site? I have not seen any bin folder created
automatically when hitting the server right?