Wednesday, June 13, 2012

ASP.NET - Online Book

ASP.NET Knol Book

ASP.NET Knol Book

Authors

ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server.
•ASP.NET is a Microsoft Technology
•ASP stands for Active Server Pages
•ASP.NET is a program that runs inside IIS (Internet Information Services), Microsoft's Internet server
•IIS comes as a free component with Windows servers
•IIS is also a part of Windows 2000 and XP Professional

An ASP.NET file is just the same as an HTML file. It can contain HTML, XML, and scripts
•Scripts in an ASP.NET file are executed on the server
•An ASP.NET file has the file extension ".aspx"

ASP.NET Working

When a browser requests an ASP.NET file, IIS passes the request to the ASP.NET engine on the server.
The ASP.NET engine reads the file, line by line, and executes the scripts in the file.
Finally, the ASP.NET file is returned to the browser as plain HTML

Collected Online Articles - Readings - Knols

Comments

Short urls

http://knol.google.com/k/-/-/2utb2lsm2k7a/3876
Narayana Rao - 25 Jan 2011

Short urls

http://knol.google.com/k/narayana-rao-k-v-s-s/-/2utb2lsm2k7a/3876
Narayana Rao - 25 Jan 2011

No comments:

Post a Comment