Sunday, November 21, 2010

INTRODUCTION TO ASP.NET

ASP.Net (Active Server Pages) is a web development language which runs on server and returns the HTML code to the Client(web browser). it is called server-side programming language.

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.NET is a program that runs inside IIS
* IIS (Internet Information Services) is Microsoft's Internet server

  • An ASP.NET file is just the same as an HTML file
  • An ASP.NET file 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"

No comments:

Post a Comment