also if i don't use codebehind that it will create that dll and put it in
folder under Temporary ASP.NET Files.
just like to get more info on how and why ASP.NET workjs the way it does.
The reason for the new file is so that you can replace the one in the bin
folder without taking your web server off-line. You can remove the .dll in
the bin folder and replace it with a new version of itself while users are
using your site! After replacement of the old version of the .dll, the next
user to request the page would cause a new version of a temporary .dll to be
created in the temp folder.
"mark bosley" <mbo...@paymentresource.com> wrote in message
news:usiM7jVeCHA.860@tkmsftngp12...