ASP.NET provides easy-to-use application and session-state-facilities that are familiar to ASP developers and readily compatible with all other .NET framework APIs. For advanced developers who wants to use APIs as powerful as the ISPI programming interfaces that were included with previous version of ASP, ASP.NET offer the HttpHandler interfaces. ASP.NET takes advantage of performance enhancements found in the .NET framework and common language runtime. The. NET framework and ASP.NET provide default authorization and authentication schemes for web application. ASP.NET configuration setting is stored in XML-based files, which can be easily read and edited by developers.
Accessing database from ASP.NET application is an often-used technique for displaying data to website visitors. ASP.NET makes it easier then ever to access database for this purpose.
ASP.NET provides a simple model that enables developers to write logic that runs at the application level. Developers can write this code in the global. Asax text files or in a compiled class deployed as an assembly.
ASP.NET provides easy-to-use application and session-state-facilities that are familiar to ASP developers and readily compatible with all other .NET framework APIs.
For advanced developers who wants to use APIs as powerful as the ISPI programming interfaces that were included with previous version of ASP, ASP.NET offer the IHttpHandler interfaces. ASP.NET takes advantage of performance enhancements found in the .NET framework and common language runtime. The. NET framework and ASP.NET provide default authorization and authentication schemes for web application. ASP.NET configuration setting are stored in XML-based files, which are human readable and writable