ASP.NET 1.1 /
ASP.NET
2.0 are the latest programming framework by Microsoft allows
us for rapid, robust, well organized application code, modular
& scalable development of powerful web applications. By
using
ASP.NET you can accomplish few common tasks by
EDP
(Event Driven Programming). The best part of using
ASP.NET application is that you don’t need to put your
source code (.VB or .CS) files to the web server because
ASP.NET
supports
Object Oriented Programming (OOP)
and it inherit all the coding for the page from an encrypted
(.DLL or Dynamic Link Library) file that store on BIN Directory
of the root of your web server. Another best feature of the
ASP.NET application development is that if windows web server
serves some current web request from the existing
Dynamic
Link Library (.DLL) file and unfortunately system
administrator updated the latest modified .DLL file to the
web server then the current processing request is served by
previous old .DLL file and all the new request will be served
by newly uploaded .DLL files because before severing any request
to the client the
IIS (Internet Information Server)
web server take a shadow copy of the existing .DLL file