Architecture of
Architecture of
NET
Web Server
(.aspx)
HTTP
REQUEST
(.asp)
Aspnet_isapi.dll
Machine.config
Asp.dll
Web.config
App Domain
HTTP Handlers
HTTP
RESPONSE
Process Req
inet_info.exe
Aspnet_wp.exe
Features of asp.net
ASPX,ASP
Up gradation of ASP to ASPX is not required it supports side by
side execution and hence a request can be given from ASP to
ASPX and vice versa.
Simplified deployment
ASP.Net supports setup and deployment and hence the web
app can be defined with a web set up project which can be
easily deployed on to the web server. Where as for ASP CUTE
FTP is used for deploying manually we have to upload.
Better Performance
As the ASPX pages are complier based the performance of the web
application will be faster then the ASP pages (as they are interpreter
based)
Caching
Security
Features of asp.net
More powerful data access
Web services