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
•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
- Learn ASP
- Microsoft ASP. NET overview
- ASP.NET Distributed - Lectures
- Project - Design and Implementation on Book Sales E commerce site using ASP.NET
- ASP.NET tutorial
- ASP.Net Hello, world!
- How to Load XML Documents in ASP.NET 2.0
- ASP.NET is an event
- ASP.NET Local & Global resources
- From Classic ASP to ASP.NET. And back...
Real constraints require real solutions
Comments
Short urls
http://knol.google.com/k/narayana-rao-k-v-s-s/-/2utb2lsm2k7a/3876Narayana Rao - 25 Jan 2011
No comments:
Post a Comment